PHP 中方式json_encode() 中文轉碼

$test = [
'test'=>urlencode("中文測試")
];

$str= json_encode($test);

echo urldecode($str);


結果:
{"test":"中文測試"}
相關文章
相關標籤/搜索