跨域问题 解决

mac2024-04-11  35

在响应 加上Access-Control-Allow-Origin:* 放到头部 ctx.response().putHeader("Access-Control-Allow-Origin","*");
最新回复(0)