首頁 >後端開發 >php教程 >關於php中json_encode中文亂碼問題 json encode 陣列 json encode true python json encode

關於php中json_encode中文亂碼問題 json encode 陣列 json encode true python json encode

WBOY
WBOY原創
2016-07-29 08:52:501080瀏覽
function message(){
$arr = array(
'1' => '留言1',
'2' => '留言2',
'3' => '留言3',
'4' = > '留言4',
'5' => '留言5',
'6' => '留言6',
'7' => '留言7',
'8' => '留言8'
);
foreach($arr as $key => $value){
$arr[$key] = urlencode ( $value );
}
$data = urldecode ( json_encode ( $arr ) );
return $data;

}

son 以上就介紹了關於php中json_encode中文亂碼問題,包括了json_encode方面的內容,希望對PHP教程有興趣的朋友有幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn