在Node 中,檔案和模組一一對應。比如,在foo.js 載入同一目錄中的circle.js 模組。 foo.js 的內容: var circle = require('./circle.js');
確定! 回上一頁