gpt4 book ai didi

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

转载 作者:IT老高 更新时间:2023-10-28 12:56:15 25 4
gpt4 key购买 nike

Go 有没有类似于 Python 的多行字符串的东西:

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

如果不是,编写跨越多行的字符串的首选方法是什么?

最佳答案

根据language specification ,您可以使用原始字符串文字,其中字符串由反引号而不是双引号分隔。

`line 1
line 2
line 3`

关于string - 你如何在 Go 中编写多行字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7933460/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com