Dim hp As New HttpClient("http://interface.im.taobao.com/mobileimweb/fileupload/downloadPriFile.do?type=1&fileId=1f9c5418881bba287d892c843db4f03c.jpg&suffix=jpg&width=750&height=1000&mediaSize=106809&fromId=cntaobao%E5%B0%8F%E5%BA%86%E6%80%A1&toId=cntaobao%E5%94%90%E7%8B%AE%E5%AE%98%E6%96%B9%E6%97%97%E8%88%B0%E5%BA%97&YWOriginalImage=0&YWShowOriginal=1&wangxintype=1_106809&client=ww")
If hp.GetFile("d:\temp\abc.jpg") Then
MessageBox.Show("下载成功")
End If
掌握这个:
http://www.foxtable.com/mobilehelp/topics/0153.htm
[此贴子已经被作者于2022/6/20 16:31:19编辑过]