打开这个index.html文件,看看里面是什么内容

解决方案 »

  1.   

    我看了一下,index.html打开就是首页的内容,好像在wget的时候被重定向了,不知道是什么原因引起的
    我刚才把gz的后缀改成js了,还是不行
      

  2.   

    wget http://www.a.com/index.html
    覆盖-------------
    wget http://www.a.com
    index.html.1
      

  3.   

    关健是我要wget的不是index.html,而是.tar.gz的文件
      

  4.   

    防盗链?
    用--referer 这个参数给他一个referer
    也许是用cookie总之得研究了
      

  5.   

    整站的话用$site = "wget -m http://xxxx";
    exec($site);