export 和export default是ES6中导出模块中变量的语法exports ... var CLASS = function(args){ this.args = args; } module.exports = CLASS; ...
確定! 回上一頁