摘要: Go语言中 Print,Println 和 Printf 的区别 写代码 package main import "fmt" func main() { fmt.Println("hello word") fmt.Print("hello word") fmt.Printf("hello word" 阅读全文
posted @ 2021-06-10 16:59 xiongsheng 阅读(250) 评论(0) 推荐(0) 编辑