global. node.js 有個像是瀏覽器window 的全域物件global window 宣告變數例如: var a = 1;. global 則是: global.a = 1;. node.js 裡面每個js 是模組的概念。
確定! 回上一頁