摘要: 终端读写 1. 终端读写 操作终端相关文件句柄常量 os.Stdin:标准输入 os.Stdout:标准输出 os.Stderr:标准错误输出 2. 终端读写示例 package main import ( "fmt" ) var ( firstName, lastName, s string i 阅读全文
posted @ 2019-04-15 11:17 DreamBoy_张亚飞 阅读(461) 评论(0) 推荐(0) 编辑