休眠

5年以前  |  阅读数:508 次  |  编程语言:Golang 
package main

import (
    "fmt"
    "time"
)

func main() {
    //休眠1秒
   time.Sleep(time.Second*1)
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8