yhcliang __proto.loadUI=function(path){ var uiView=View.uiMap[path]; uiView && this.createView(uiView); }发现uiMap这个容器永远都是空的,无法调用到createView。请指点。