doushou9028 2018-04-01 20:20
浏览 154
已采纳

如何将其他页面中的HTML内容放入字符串?

I know that I can use document.documentElement.outerHTML to put the current page into a string, but I need to get other pages on the same website into a string from a certain, different page. The pages are php files, and my function is running from the parent index.php.

The ultimate goal for this is a site-wide search function.

  • 写回答

1条回答 默认 最新

  • dshdsh2016 2018-04-01 20:36
    关注

    JQuery has a really useful function called $.get(). Say I wanted to get the page example.com and put it into a string, I would use:

    $.get('http://www.example.com', function(data){
    
      //The local variable 'data' now has example.com stored inside of it here.
    
    });
    

    If you wanted to do this server-side using PHP, you can use file_get_contents, like so:

    <?php
        $otherPagesHTML = file_get_contents('http://www.example.com');
    ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度