📜  错误:在 XMLHttpRequest.handleError (xhr.js:117) 的 createError (createError.js:16) 处出现网络错误 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:59.492000             🧑  作者: Mango

代码示例1
header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, GET, OPTIONS');
header('Access-Control-Allow-Headers: *');
header('Access-Control-Max-Age: 1728000');
header("Content-Length: 0");
header("Content-Type: text/plain");