我需要从以下位置复制 PHP/HTML 文件:
https://example.com/file.php?page=1
https://example.com/file.php?page=2
https://example.com/file.php?page=3
https://example.com/file.php?page=4
…
我在 HTTrack 中使用了这个。但它没有下载任何文件:
-*
+https://example.com/file.php?page=*
-mime:*/* +mime:text/html
你能给出一个正确的方法来做到这一点吗?
答案1
页面 ID 表示每个页面上都会根据数字动态生成某些内容。通配符不起作用。您必须遍历数字或手动指定页面 ID。