详细问题描述
[内容]异常状态请求时:new window.plus.net.XMLHttpRequest().responseText为undefined,抓包工具不为空
重现步骤
[步骤]Common.xhr = new window.plus.net.XMLHttpRequest();
Common.xhr.onreadystatechange = function() {
if(Common.xhr.readyState != null && Common.xhr.readyState == 4) {
console.log(Common.xhr.responseText);
}
[结果]undefined
[期望]有数据
运行环境
[系统版本]8.8.7.201711221929
[浏览器版本]
[IDE版本]
[mui版本]
附件
[代码片段]Common.xhr = new window.plus.net.XMLHttpRequest();
Common.xhr.onreadystatechange = function() {
if(Common.xhr.readyState != null && Common.xhr.readyState == 4) {
console.log(Common.xhr.responseText);
}
[安装包]
联系方式
[QQ]
[电话]18198854309