echo json_encode('測試'); //\u6d4b\u8bd5json
echo json_encode('測試',JSON_UNESCAPED_UNICODE); // 測試測試
加上JSON_UNESCAPED_UNICODE以後,中文不會被編碼編碼