GO语言 使用Fprint系列写入文件
首先先了解Fp系列: Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) Fprint(w io.Writer, a ...interface{}) (n int, err error) Fprintln(w io.Writer, a ...interface{}) (n ...