<?php include('json.class.php'); $json_str ='{\"aa\": \"cc\\\\dd\"}'; $json = new MY_JSON(); $json_str = stripslashes($json_str); var_dump($json->decode($json_str));//array 'aa' => string 'cc\dd' (length=5) ?>
21,893
社区成员
140,347
社区内容
加载中
试试用AI创作助手写篇文章吧