01_Go游戏-猜数字
摘要:
package main import ( "fmt" "math/rand" "os" "time" ) func initRandNum(p *int) { rand.Seed(time.Now().UnixNano()) var num int for { num = rand.Intn(10 阅读全文
posted @ 2021-10-22 18:34 芦苇の 阅读(38) 评论(0) 推荐(0)
posted @ 2021-10-22 18:34 芦苇の 阅读(38) 评论(0) 推荐(0)