标签:ring col class 输出 print for循环 int 初识 nbsp
for i := 1; i < 5; i++ { fmt.Println(i*i) } ls := "agd" for _, arg := range ls{ fmt.Println(string(arg)) }
go初识
原文地址:https://www.cnblogs.com/zhzhlong/p/9344765.html