聪慧花瓣

文章
3
资源
0
加入时间
2年10月21天

Go基础之Switch

package mainimport ( "fmt" "math/rand" "time")func Switch_One() { rand.Seed(time.Now().Unix()) num := rand.Intn(100) //Switch后无条件表达式时相当于多个if else //注意此时不能再跟num switch { case num > 90: