fetch(url, {
method,
mode: 'cors',
headers: {
"Test": "2222"
}
})
.then(response => response.json())
接口404
慕斯王
相关分类