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.
我创建了一个从 YouTube 下载视频的程序。用户输入一个 YouTube 视频链接,我的程序会找到该 YouTube 视频的一些元素 ID,然后通过我的 webbrowser1 打开 youtube-mp3.org 。现在,一旦文件完成转换,用户浏览器中就会弹出一个新页面,文件准备好下载。我想让我的程序事先询问用户在哪里保护文件,然后让程序自动将其保存到用户目的地。
谢谢