摘要: var xhr = new XMLHttpRequest();xhr.withCredentials = false;xhr.open('post', 'http://localhost:20100/API/Wms/GetDeliveryDate', true);// 请求超时的时间(单位:毫秒)x 阅读全文