摘要: 调用接口遇到Response for preflight has invalid HTTP status code 405这样的错误,是使用PUT方式提交请求接口。Content-Type设置为application/json,JS代码如下: $.ajax({ type: "PUT", url: " 阅读全文
posted @ 2022-04-23 21:48 艾特-天空之海 阅读(254) 评论(0) 推荐(0) 编辑