下载整个页面(包括“.html”文件、图像、“.js”文件、css等)


download entire page (including the `.html` file,the images, `.js` files, css ,etc.)

我正在做一个项目,需要一些帮助有没有办法下载所有页面(包括.html文件、图像、.js文件、css等)使用php、javascript或ajax

<html>
    <body>
        <form action="some.php" method="post">
        Url: <input type="text" name="url"><br>
        <input type="submit">
        </form>
    </body>
</html>

您甚至不需要编写代码就可以做到这一点。只需转到"文件"菜单,然后单击"将页面另存为"。您可能还需要指定要保存的格式(整页与仅html)。