码迷,mamicode.com
首页 > 其他好文 > 详细

加载不同域名页面 跨域问题解决

时间:2019-12-24 20:38:57      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:style   col   get   加载   com   使用   span   跨域   www   

通过PHP抓取页面在显示出来

<?php
$url
= ‘http://www.baidu.com‘; $content = file_get_contents($url); $content = str_replace(‘/static/‘,$url .‘/static/‘,$content); $content = str_replace(‘/index.php‘,$url.‘/index.php‘,$content); echo $content;

在页面点击功能后 控制台还会产生跨域报错
但是这样至少可以保证页面点击效果或者弹出层可以正常使用

加载不同域名页面 跨域问题解决

标签:style   col   get   加载   com   使用   span   跨域   www   

原文地址:https://www.cnblogs.com/phper8/p/12093219.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!