Home  >  Article  >  Backend Development  >  跨域引用页面问题

跨域引用页面问题

WBOY
WBOYOriginal
2016-06-06 20:08:59989browse

a网站需要引用b网站的内容,b网站的内容用一个页面展现,放到a网站
就是a网站的框架(头部head,尾部foot)+b网站的web
大家会用什么方式实现
两个网站不同域名
不太想用iframe

如果用ajax请求,直接拿到html用html()丢到a网站页面上呢?
有没有更好的方法

回复内容:

a网站需要引用b网站的内容,b网站的内容用一个页面展现,放到a网站
就是a网站的框架(头部head,尾部foot)+b网站的web
大家会用什么方式实现
两个网站不同域名
不太想用iframe

如果用ajax请求,直接拿到html用html()丢到a网站页面上呢?
有没有更好的方法

如果只是内容,比如新闻内容什么的建议用数据API的方式共享内容数据

如果有相对比较复杂的AB网站交互、或者B网站页面有比较复杂的JS,建议还是老老实实iframe吧

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn