摘要: 需求 执行完所有子函数后退出主程序 #1. 串行执行 import ( "fmt" "time" ) func f1Sleep(val int) { time.Sleep(time.Duration(val)) fmt.Println(val) } func try0() { fmt.Println 阅读全文
posted @ 2022-02-04 18:12 jihite 阅读(77) 评论(0) 推荐(0) 编辑