go 字符串拼接
?
s := "hello," m := " world" a := s + m fmt.Printf("%s\n", a)?
轉載于:https://www.cnblogs.com/sea-stream/p/10301060.html
總結
- 上一篇: COJ 2192: Wells弹键盘
- 下一篇: git基础: 《获取Git仓库》学习笔
?
s := "hello," m := " world" a := s + m fmt.Printf("%s\n", a)?
轉載于:https://www.cnblogs.com/sea-stream/p/10301060.html