Go声明多行的字符串变量 Posted on 2019-06-14 | Views: golang中字符串类型为string,但是当该字符串内容位于多行时,需要使用 (反引号) 包裹 12345678910package mainimport "fmt"func main() { str := `hello world v1.0` fmt.Println(str)} 运行结果: hello world v1.0 您的鼓励是我持之以恒的动力 打赏 WeChat Pay Alipay