1

我想在不访问实际网站的情况下获取网络数据。

http://archive.org/web/web.php是一个保存网站快照的例子。问题在于数据相当陈旧(5-6 个月)。

我们是否有任何其他存档存储可以找到最近的 html 内容?

谢谢

4

1 回答 1

0

Do you want to curl the website? you can use php to cURL some web page:
http://php.net/manual/en/book.curl.php

or you can use command, wget or curl, in Unix:
http://linux.about.com/od/commands/l/blcmdl1_curl.htm

于 2012-11-30T08:51:11.130 回答