Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法下载整个 Vbulletin 论坛?它可能只是在文本文件或其他任何文件中,对我来说无关紧要,但外观相同的 html 文件会更可取。
我想要论坛的离线副本。
编辑:论坛是密码锁定的,我必须在论坛变得可见之前登录。因此,除非您可以先登录,否则我认为您不能只使用要下载的脚本来定位它
如果您使用的是 Linux,则可以使用该wget工具执行此操作:
wget
wget --recursive http://www.websiteurl.com/
wget的一些其他示例。