var store=new Ext.data.Store({
url:"student.ejf?cmd=list",
reader:new Ext.data.JsonReader({
root:"result"},
["id","name","organization","homepage"])
});
等同于
var store=new Ext.data.JsonStore({
url:"student.ejf?cmd=list",
root:"result",
fields:["id","name","organization","homepage"]});
相关文章:
-
2021-08-01
-
2022-12-23
-
2022-01-02
-
2021-11-18
-
2022-12-23
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-07-09
-
2022-12-23
-
2022-12-23
-
2021-05-19
相关资源
-
下载
2021-11-02
-
下载
2023-01-19
-
下载
2021-11-02
-
下载
2022-12-22