摘要:
出现大量的:Cannot find class.Cannot find class [com.supermap.wisdombusiness.core.SuperSpringContext] for bean with name 'springContext' defined in class pa... 阅读全文
摘要:
//所有类的基类var Class = function () { }; //基类增加一个extend方法Class.extend = function (prop) { var _super = this.prototype; //父类的实例赋给变量prototype var p... 阅读全文