Fork me on GitHub
摘要: 常见解决跨域问题的方案 在web开方中,解决跨域问题最常见的方法有: document.domain+iframe(子域名代理) jsonp实现跨域 CORS跨域资源共享 postMessage实现跨域 1、document.domain+iframe(子域名代理) .对于主域相同而子域不同的情况, 阅读全文
posted @ 2018-06-04 16:46 Afant1 阅读(424) 评论(0) 推荐(0)