node——1-node 的初始化 及 讀取文件

node 初始化(helloworld) 新建 helloworld.js 文件,內容如下: var foo = 'hello world!'; console.log(foo); // 在 node 中,採用 EcmaScript 進行編碼 // 沒有 BOM、DOM,和瀏覽器中的 JavaScript 不一樣 // 下面會報錯 console.log(window); console.lo
相關文章
相關標籤/搜索