GO 读取整行数据(解决scanf不能输入空格的问题)
reader := bufio.NewReader(os.Stdin) line, _, _ := reader.ReadLine()
取消回复
发表评论