ホームページ  >  記事  >  バックエンド開発  >  特定の要素に関連する問題を取得し、

特定の要素に関連する問題を取得し、

WBOY
WBOYオリジナル
2016-06-13 13:27:03957ブラウズ

特定の要素の取得に関する問題、緊急
{"head":[{"visitcode":"sjbtg","re​​sultCode":"0"}],"content":[{"userID":"15611030868", " productID":"3111007900 ","orderTime":"2012-06-19","orderType":"1","orderresult":"6","orderremark":"入力された商品IDは存在しません", "baseLine ":"","orderField":""},{"userID":"","productID":"","orderTime":"","orderType":"1","orderresult":" 1" ,"orderremark":"必須パラメータが空です","baseLine":"","orderField":""},{"userID":"","productID":"","orderTime":" " ,"orderType":"1","orderresult":"1","orderremark":"必須パラメータが空です","baseLine":""}]}

の取得方法 " orderresult" ": "6" の値、つまり 6

-----解決策-----------
$s = '{"head":[{"visitcode":"sjbtg","re​​sultCode":"0"}],"content":[{"userID":"15611030868","productID":"3111007900 " ,"orderTime":"2012-06-19","orderType":"1","orderresult":"6","orderremark":"入力された商品IDは存在しません","baseLine":"", " orderField":""},{"userID":"","productID":"","orderTime":"","orderType":"1","orderresult":"1","orderremark": " 必須の入力パラメータは空です","baseLine":"","orderField":""},{"userID":"","productID":"","orderTime":"","orderType": " 1","orderresult":"1","orderremark":"必須パラメータが空です","baseLine":""}]} ';

echo json_decode($s)-> content[0]->orderresult; //6

------解決策---------

話し合う

$s = '{"head":[{"visitcode":"sjbtg","re​​sultCode":"0"}],"content":[{"userID":"15611030868"," productID ":"3111007900 ","orderTime":"2012-06-19","orderType":"1","orderresult":"6","orderremark":"入力された製品 ID は存在しません...
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。