更簡易的寫法...
(利用FireFox的特性來連開....)
上面的一堆麻煩事都可以省了...
===將下列文字存成 xxx.vbs==================
Set wshshell=CreateObject("wscript.shell")
wshshell.Run "firefox.exe about:blank" '執行Firefox(並預設一個空白頁, 以便使用)
WScript.Sleep 10000 '等待10秒鐘, 確定FireFox已出現(從來沒開啟過的時候會需要比較久)
wshshell.Run "firefox.exe http://tw.yahoo.com" '執行Firefox(直接給網址)
WScript.Sleep 1000
wshshell.Run "firefox.exe http://www.seed.net.tw"
WScript.Sleep 1000
wshshell.Run "firefox.exe http://forum.slime.com.tw"
WScript.Sleep 1000
wshshell.Run "firefox.exe http://www.pchome.com.tw"
===將以上文字存成 xxx.vbs==================
如果使用FireFox就無法用像跑IE的方式去跑網址嗎?
分頁開很多,FireFox的記憶體會佔很大~~
|