javascript - ajax responseText 编解码问题
巴扎黑
巴扎黑 2017-04-10 16:21:24
[JavaScript讨论组]
$.ajax({
    url:xx,
    data:{},
    type:'GET',
    success:function(){}
    error:function(e){
        console.log(e);//Object {readyState: 4, responseText: ""\u670d\u52a1\u5668\u5f00\u5c0f\u5dee\u4e86\uff0c\u8bf7\u91cd\u8bd5\u4e00\u4e0b"", status: 500, statusText: "Internal Server Error"}
    }
});

有两个问题:
1.responseText的值为什么有两个引号;
2.怎么解码;
谢谢

巴扎黑
巴扎黑

全部回复(2)
阿神

reponseText 貌似就这德行,可以设置dataType:json,会返回一个responseJson属性,那个是标准的JSON格式

PHP中文网

设置下dataType:json试试

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号