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.
我正在使用InetinVisual Basic 6下载文件。
Inet
Visual Basic 6
下载具有类似 url 的文件时没有问题: " http://HOST.com/PATH/FileName.txt" 但 Inet 无法下载 url 中有一些变量的文件,例如: " http://HOST.com/PATH/download.php?FileCode=126" 。
http://HOST.com/PATH/FileName.txt
http://HOST.com/PATH/download.php?FileCode=126
有没有办法解决这个问题?如果没有,还有其他方法可以解决这个问题吗?
您可以使用 vb6 中的其他下载 API(如 Asyncron)或调用其他软件或编程语言(例如 Nsis 或 setupfactory 9 的 innosetup)制作的 win32 应用程序下载器。