工程化面试题工程化相关面试题 1. 下面的模块导出了什么结果? exports.a = 'a'; module.exports.b = 'b'; this.c = 'c'; module.exports = { d: 'd' } Dachao2025/4/15大约 30 分钟前端工程化