加载是弱引用的,不处理不会有加载失败信息,加 onFail :_loadErrorHandle
queue.append(new DataLoader(ResourceManager.URL + "data/other/"+DataManager.currentUser.chapterID+".yd"+version, { name:'Chapter'+DataManager.currentUser.chapterID, onComplete:_onAllScriptLoadCOmplete,format:'binary' ,onFail :_loadErrorHandle} ));
重要的文件一定要进行错误处理