node.js

1.安装node.js

  下载node.js

2.命令行输入

  node -v; //输出node版本号;

  npm -v ; //输出npm版本号;

3.使用严格模式

  可以在js文件开头写 ‘use strict'

  也可以使用 node --use_strict file.js

 

posted @ 2018-01-27 11:55  web男  阅读(97)  评论(0编辑  收藏  举报