1.安装node.js
下载node.js
2.命令行输入
node -v; //输出node版本号;
npm -v ; //输出npm版本号;
3.使用严格模式
可以在js文件开头写 ‘use strict‘
也可以使用 node --use_strict file.js
标签:nod mirror tar oba gpo str get target 版本号
下载node.js
node -v; //输出node版本号;
npm -v ; //输出npm版本号;
可以在js文件开头写 ‘use strict‘
标签:nod mirror tar oba gpo str get target 版本号
原文地址:https://www.cnblogs.com/webmans/p/8270802.html