摘要: 1.安装好node之后,在桌面创建hello文件夹,在创建hello.js 文件中写 hello.js console.log("hi node.js"); var a=1; var b=2; console.log(a+b); 2.cmd窗口执行。 3.可看到上图执行结果为: hi node.js 阅读全文
posted @ 2021-11-02 14:15 程序杨% 阅读(529) 评论(0) 推荐(0)