Golang如何打印單引號(hào)和雙引號(hào) Golang打印單引號(hào)可以直接使用fmt.Println("'"),Golang打印雙引號(hào)需要使用轉(zhuǎn)義字符fmt.Println(""")。