【发布时间】:2019-06-07 15:52:45
【问题描述】:
我有一些 json 并想打印值,但我不知道如何从这样的 json 格式打印
"order_items":[
{
"total":1,
"unitprice":1,
"price":1,
"create_date":"2019-06-07 13:51:36",
"flow_no":"1234",
"code":"4567",
"quantiry":1,
"discount_ctotal":0,
"img":"",
"fname":"first_name",
"specs":"256"
}
],
如何从中打印code 值?
【问题讨论】: