举报
Local $sFileURL = "http://intop.newhua.com/down/1KG_20101010_HD.rar" Local $sFileSave = "C:\1.rar" Local $iFileSize = InetGetSize($sFileURL) Local $fPercent Local $hDownload $hDownload = InetGet($sFileURL, $sFileSave, 1, 1) Do Sleep(50) $fPercent = Round(InetGetInfo($hDownload, 0) / $iFileSize, 3) ToolTip($sFileURL &@LF& "文件大小: " & $iFileSize & " Bytes" &@LF& "已经下载: " & $fPercent * 100 & "%", 0, 0, "正在下载文件:") Until $fPercent = 1 Exit
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-22 16:38 , Processed in 0.084707 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.