摘要: 全局对象: console ; __filename ; __dirname ; setTimeOut ; setImmediate(把参数函数放在下一个环节执行) process对象 cwd //当前工作目录 console.log(process.cwd()); chdir //修改当前工作目录 阅读全文
posted @ 2017-08-10 22:10 刘金宇 阅读(471) 评论(0) 推荐(0)