摘要: 1.读取一行输入 var readline = require('readline');const rl = readline.createInterface({ input: process.stdin, output: process.stdout,});rl.on('line', functi 阅读全文
posted @ 2017-11-01 22:04 PeriHe 阅读(620) 评论(0) 推荐(0)