context.Response.AddHeader("Access-Control-Allow-Origin", "*");
*代表任何域名均可调用。如指定域名访问请写实际域名地址
服务端跨域
原文:https://www.cnblogs.com/zhangwj/p/9803281.html