解决方案 »

  1.   

    你使用http://测试应该可以吧。看提示应该是你使用file://本地浏览的
      

  2.   

    你的服务器用的是什么语言?
    以 php 为例
    <?php
    echo 'o = ', file_get_contents(substr($_SERVER['QUERY_STRING'], 2));
    <script src='sevr.php?u=http://steamcommunity.com/et/recent?country=CN&language=english&currency=1/></script>
    <script>
    alert(o.results_html);
    </script>
    这样就可以了
      

  3.   

    @xuzuning
    哦,我看到过这种用法,我用的javascript,谢谢,我试试