摘要: 1 public function json_encode($array) 2 { 3 $returnStr = ''; 4 $str = @json_encode($array); 5 if (preg_match_all("/\\\u[a-z0-9]{4}|[\w\W]+/U", $str, $matchs)) { 6 ... 阅读全文
posted @ 2016-04-08 12:02 多多喜 阅读(1501) 评论(0) 推荐(0) 编辑