json_encode解析中文会乱码,童鞋们请问怎么解决呀
no
json_encode是不支持中文的
你要用ch_json_encode
没想到我也能回答问题
header("Content-type:text/html ; charset=utf8");
你可以选择使用iconv先解决好编码问题 再去json_encode