是否可以使用反引号在Go中打印反引号:
package main
import "fmt"
func main() {
fmt.Println(```) // for example I can do it with double quotes "\""
}
红颜莎娜
相关分类