extjs store定义 通过ajax访问json数据

{
	proxy: {
		type: 'ajax',
		url: '/data.json',
		reader: {
			type: 'json'
		}
	}
}

posted on 2020-03-25 13:51  路过君  阅读(110)  评论(0编辑  收藏  举报

导航