前端ajax返回乱码小笔记

一般这种情况 是因为后台需要确认是否需要加密

 beforeSend: function (request) {
                request.setRequestHeader("EncryptType", "NONE");
            },

猜你喜欢

转载自blog.csdn.net/uncle_long/article/details/78019704