文章目录 Printf Printf s := "1" fmt.Printf("%q\n", s) // "1" %q print string with quotes fmt.Printf("%s\n", s) // 1