
因为有些网站更新后不再提供旧的文件,所以我想自动保存,然后自己有空再看。
提问前我搜索了,找不到相关的内容,所以就果断提问。

另外,除非虚拟主机,否则普通的Hosting应该无法实现这样的功能吧?
日期可以使用datecurl http://{one,two}.site.com -o "file_#1.txt"
or use several variables like:
curl http://{site,host}.host[1-5].com -o "#1_#2"
很谢谢您多次帮助我。我就是我2 写了:日期可以使用datecurl http://{one,two}.site.com -o "file_#1.txt"
or use several variables like:
curl http://{site,host}.host[1-5].com -o "#1_#2"
设定每天执行一次不就行了。