wb.ouyang

毕竟几人真得鹿,不知终日梦为鱼

导航

2019年9月30日 #

node.js之CommonJS

摘要: 1、CommonJS 我们只是在js文件中写下console.log('This is a test.');这句代码,node.js执行该js文件时: ( function(exports, require, module, __filename, __dirname) { console.log( 阅读全文

posted @ 2019-09-30 20:31 wenbin_ouyang 阅读(243) 评论(0) 推荐(0)