摘要: CommonJS 模块是为 Node.js 打包 JavaScript 代码的原始方式。Node.js 还支持浏览器和其他 JavaScript 运行时使用的 ECMAScript 模块 标准。 const circle = require('./circle.js'); circle.js exp 阅读全文
posted @ 2026-01-09 13:37 coffeemil 阅读(1) 评论(0) 推荐(0)