关于json
时间:2019-07-12 09:32:21
收藏:0
阅读:90
json是一种数据格式,
$json_str2 = preg_replace(‘/([,|{])\s*(\d+?)\s*:/‘,‘$1"$2":‘, $match_result[1]); echo $json_str2;
原文:https://www.cnblogs.com/liwuming/p/11173899.html
评论(0)