摘要:
二、模块机制 1,CommonJS规范 CommonJS的模块规范 模块引用 var math = require('math') 模块定义 //math.js exports.add = function () { var sum = 0, i=0, args = arguments, l = a 阅读全文
posted @ 2022-12-09 09:46
Zoie_ting
阅读(32)
评论(0)
推荐(0)
浙公网安备 33010602011771号