📜  php 在没有 indez 的情况下按键获取 json 对象 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:52.555000             🧑  作者: Mango

代码示例1
foreach($arr as $i => $json) {
    $arr[$i] = json_decode($json, true);
}