篱笆墙的影子

导航

2012年3月28日

JsonStore与JsonReader的配置参数

摘要: 首先看下面一段ext代码,能发现问题吗?View Code 1 var store=new Ext.data.JsonStore({ 2 proxy:new Ext.data.HttpProxy({ 3 url: 'data.json' 4 }), 5 reader:new Ext.data.JsonReader({ 6 root: 'dataSet', 7 ... 阅读全文

posted @ 2012-03-28 22:30 篱笆墙的影子 阅读(728) 评论(0) 推荐(0)