seaJS循环依赖的解决原理
摘要:
seajs模块的六个状态。var STATUS = { 'FETCHING': 1, // The module file is fetching now. 模块正在下载中 'FETCHED': 2, // The module file has been fetched. 模块已下载 'SA... 阅读全文
posted @ 2015-05-19 16:58 chaojidan 阅读(1468) 评论(0) 推荐(1) 编辑