json_decode时含有中文是解码问题(json_decode返回为null)
摘要:function myDecode($str){ $str = substr(str_replace('\"','"',json_encode($str)),1,-1); return json_decode($str); }
阅读全文
posted @ 2015-08-26 14:54
posted @ 2015-08-26 14:54
posted @ 2015-08-21 09:19
posted @ 2015-08-18 11:22
posted @ 2015-08-04 10:42