I am writing a Go code which reads from a file. To do so I use fmt.Println()
to print into that intermediate file.
How can I print "
?
I am writing a Go code which reads from a file. To do so I use fmt.Println()
to print into that intermediate file.
How can I print "
?
收起
This is very easy, Just like C.
fmt.Println("\"")
报告相同问题?