摘要: 一、Asp.Net WebConfig全局配置跨域处理 相应报文头中增加对应跨域属性和值: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <httpProtocol> <customHeaders> 阅读全文
posted @ 2020-08-12 22:21 天马3798 阅读(1437) 评论(0) 推荐(0) 编辑