module -file.js for node module.exports = { a : function() {}, b : 'xxx' }; ... also class, function* export default function name1(…) { … } ...
確定! 回上一頁