DOMException: Failed to read the 'responseXML' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'document' (was 'blob').
at XMLHttpRequest.r (
$.ajax({
url: 未来之窗_服务,
method: 'GET',
responseType: 'JSON', // 切记必须写上,否则可能下载的是空白页
success: function(response) {
console.log("未来之窗_东方仙盟_服务器_加载Excel=blob");
// console.log(response);
未来之窗_NewRetailDataToo_服务器_加载Excel_高级(response.data,未来之窗2024拆分单元格显示,"YES",0);
},
error: function(xhr, status, error) { // 请求失败时的回调函数
console.error(error); // 在控制台打印错误信息
}
});