首页 >> 文档中心 >> 建站资讯
JSON(JavaScript Object Notation)是轻量级数据交换格式,易于人阅读和编写,也易于机器解析和生成。
$data = json_decode($json_string, true); // JSON转数组 $json = json_encode($data, JSON_UNESCAPED_UNICODE); // 数组转JSON
扫码关注我们