如何在Go中编写多行字符串?

寵の児 提交于 2020-10-24 04:03:42

问题:

Does Go have anything similar to Python's multiline strings: Go是否与Python的多行字符串相似?

"""line 1
line 2
line 3"""

If not, what is the preferred way of writing strings spanning multiple lines? 如果不是,编写跨多行字符串的首选方式是什么?


解决方案:

参考一: https://stackoom.com/question/XHr2/如何在Go中编写多行字符串
参考二: https://oldbug.net/q/XHr2/How-do-you-write-multiline-strings-in-Go
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!