seajs如何解决?
示例1
示例2
引入sea.js库
如何变成模块?
- define
如何调用模块?
- exports
- seajs.use
如何依赖模块?
- require
学习笔记
for in
for in 语句用来列举对象的属性(成员),要注意
for in的缺陷