= 5.4) { // 中文不编码 5.4+ $option = JSON_UNESCAPED_UNICODE; } else { $option = JSON_HEX_TAG; } echo json_encode($output, $option); exit(); } }