摘要: // Print 将参数列表 a 中的各个参数转换为字符串并写入到标准输出中。 // 非字符串参数之间会添加空格,返回写入的字节数。 func Print(a ...interface{}) (n int, err error) // Println 功能类似 Print,只不过最后会添加一个换行符 阅读全文
posted @ 2017-03-22 22:50 LucasLin 阅读(441) 评论(0) 推荐(0) 编辑
摘要: File --> Settings --> Editor --> Colors & Fonts --> Console Font 阅读全文
posted @ 2017-03-22 21:30 LucasLin 阅读(9039) 评论(0) 推荐(1) 编辑