首页 > 其他分享 >本地数据结构

本地数据结构

时间:2022-11-20 12:33:38浏览次数:43  
标签:name goodsTitle goodsImage mobile 本地 goodsDesc 数据结构 id

json是对象

数组在对象里

{
row:[
]
}

多个对象在数组里

row:[
{
storeName: '',
storeId: '',
avatar: ''
GoodList: [{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''}],
addressList: [{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''}]
},
{
storeName: '',
storeId: '',
avatar: ''
GoodList: [{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''}],
addressList: [{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''}]
},
{
storeName: '',
storeId: '',
avatar: ''
GoodList: [{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''}],
addressList: [{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''},{id: '',address: '',name: '',mobile: ''}]
}
]

多个属性在对象里

{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''},{id: '',goodsImage: '',goodsTitle: '',goodsDesc: ''}


标签:name,goodsTitle,goodsImage,mobile,本地,goodsDesc,数据结构,id
From: https://blog.51cto.com/u_15694202/5871321

相关文章