现在我只使用 json_encode (PHP 5.2.x)将数组编码为JSON输出。 ... 嗯, $array = json_decode($json, true); 将使你的字符串数组,这是很容易打印 ...
確定! 回上一頁