2022年8月18日
摘要: package mainimport ( "fmt" "time")var RetryFlag chan bool = make(chan bool)func main() { Retry(test,[]int{3,5,10})}//重试次数func Retry(f func()bool,rules 阅读全文
posted @ 2022-08-18 20:04 paulversion 阅读(55) 评论(0) 推荐(0) 编辑