我們準備一個Node.js 的模塊input.js: // input.js function func() { return '卡頌' } module.exports = func();. 這個模塊返回的值是啥?
確定! 回上一頁