CommonJS 是nodejs也就是伺服器端廣泛使用的模組化機制。 該規範的主要內容是,模組必須通過module.exports 匯出對外的變數或介面,通過require() 來匯入 ...
確定! 回上一頁