php 解决json_encode中文null和UNICODE转码问题

1.iconv("gb2312","utf-8//IGNORE",$str),转码,这样转码后显示的汉字是uicode码,下面将unicode转为中文
2.$array = array( ‘test‘=>urlencode("我是测试") ); $array = json_encode($array); echo urldecode($array); //{"test":"我是测试"}

php 解决json_encode中文null和UNICODE转码问题,布布扣,bubuko.com

php 解决json_encode中文null和UNICODE转码问题

上一篇:Rails::Application中的一个方法调用


下一篇:JS 闭包