exports 的應用
創建檔案
於根目錄創建 called.js 與 call.js
called.js :
call.js :
說明 :
使用 exports 或 module.exports 傳輸資料
使用 require('./檔案名稱') 去引入檔案
使用 console.log(content.title) 得到想要的資料
執行 node call.js即可在終端機看到成果
Last updated
於根目錄創建 called.js 與 call.js
called.js :
call.js :
說明 :
使用 exports 或 module.exports 傳輸資料
使用 require('./檔案名稱') 去引入檔案
使用 console.log(content.title) 得到想要的資料
執行 node call.js即可在終端機看到成果
Last updated