2016年3月17日

【前端】使用readline模块实现Node.js的输入输出

摘要: ```javascript 'use strict'; function f(x) { // do something... } var readline = require('readline'); //创建readline接口实例 var rl = readline.createInterface({ input: process.stdin, outpu... 阅读全文

posted @ 2016-03-17 19:36 赵康 阅读(1247) 评论(0) 推荐(0)

导航