Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:63342' is therefore not allowed
response.setHeader("Access-Control-Allow-Origin","*");看到后台的调试信息后,发现前端发出的是options请求——之前没见过。