var CLASS = function(args){ this.args = args; } module.exports = CLASS;. 调用:. var CLASS = require('./CLASS.js'); var c = new ...
確定! 回上一頁