H
huxhang
Unregistered / Unconfirmed
GUEST, unregistred user!
下面是批量打开:(登陆的网页)/*批量打开有一定规律的多网页*//*@echo off *//*FOR /L %%I IN (5,1,8) do (@start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=25638%%I)*//*FOR /L %%I IN (5,1,8) >从5开始到8,按1递增,即:5,5+1,6+1,8*//*批量打开单一网页*/ @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256691 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256685 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256689 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256693 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256692 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256688 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=256690 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274025 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274024 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274020 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274022 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274023 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274027 @start iexplore.exe http://www.mso.com.cn/odds/odds_standard.asp?id=274021/* 批量保存网页,以后面的6位数字为文件名保存,如: 274027.mht */