摘要: 话不多说,直接上代码: string[] Origins = ['https://*.example.net','https://*.example.com']; services.AddCors(options => { options.AddPolicy("NeedPolicy", builde 阅读全文
posted @ 2021-12-30 16:33 leoxuan 阅读(544) 评论(0) 推荐(0) 编辑