摘要:
模块标准CommonJSCommonJS有三个全局变量module、exports和require。但是由于AMD也有require这个全局变量,故不使用这个变量来进行检测。如果想要对外提供接口的话,可以将接口绑定到exports(即module.exports) 上。function MyModu... 阅读全文
posted @ 2016-01-25 22:49
zhangzongshan
阅读(2315)
评论(2)
推荐(1)