摘要:
用法一 this代表当前类的实例对象 用法二 用this串联构造函数 用法三 为原始类型扩展方法 用法四 索引器(基于索引器封装EPList,用于优化大数据下频发的Linq查询引发的程序性能问题,通过索引从list集合中查询数据) 阅读全文
摘要:
js接收到后台的数据如下 1 /// 部门信息 2 var departRows = [{ 3 parentDepartId: 'root', 4 departId: 'DC', 5 departName: '集团' 6 }, { 7 parentDepartId: 'DC', 8 departId 阅读全文