Home > Net >  The main table and word table associated with the returned json format
The main table and word table associated with the returned json format

Time:10-18

 {
"MSG" : "OK!" ,
"Data" : {
"Count" : 2,
"Data" : [
{
"ID" : 1,
"Province", "hubei province",
"City" : [
{
"Name" : "huanggang,"
"Table" : [
{
"Id" : 1,
"Name" : "QiChun
"},
{
"Id" : 2,
"Name" : "stream"
}
]
},
{
"Name" : "wuhan",
"Table" : [
{
"Id" : 13,
"Name" : "Huang Bei
"},
{
"Id" : 14,
The "name" : "new"
}
]
}
]
},
{
"ID" : 2,
"Province", "hunan",
"City" : [
{
"Name" : "in changsha,"
"Table" : [
{
"Id" : 22,
"Name" : "by tianxin
"},
{
"Id" : 23,
"Name", "furong district"
}
]
},
{
"Name" : "zhuzhou city,"
"Table" : [
{
"Id" : 12,
"Name" : "tianyuan district,"
},
{
"Id" : 15,
"Name" : "LuSong area
"}
]
}
]
}
]
}
}

CodePudding user response:

The server returned to the front? Direct return, return a string, or JSON packets, you don't and front-end consultation
  • Related