如何有一个打开另存为 window 的保存按钮?
How to have a save button that opens the save as window?
我正在使用本地 html 网站,我希望我的保存按钮可以保存整个页面(这将打开另存为 window)。
我不知道该怎么做。
请帮我解决这个问题。谢谢。
您可以使用此代码,但插入网页的 url
HTML
<button type='button'><a href='your url here' download>Save</a></button>
我正在使用本地 html 网站,我希望我的保存按钮可以保存整个页面(这将打开另存为 window)。
我不知道该怎么做。
请帮我解决这个问题。谢谢。
您可以使用此代码,但插入网页的 url HTML
<button type='button'><a href='your url here' download>Save</a></button>