//
//做来玩,或者测试用。该功能部分浏览器内置了。
UserVar firstsite=www.vrbrothers.com 常用网页①
UserVar secondsite=www.vrbrothers.com 常用网页②
UserVar thirdsite=www.vrbrothers.com 常用网页③
UserVar fourthsite=www.vrbrothers.com 常用网页④
UserVar fifthsite=www.vrbrothers.com 常用网页⑤
Plugin Web.Bind("WQM.exe")
Plugin Web.Go(firstsite)
Plugin Web.NewTab()
Delay 500
Plugin Web.Go(secondsite)
Plugin Web.NewTab()
Delay 500
Plugin Web.Go(thirdsite)
Plugin Web.NewTab()
Delay 500
Plugin Web.Go(fourthsite)
Plugin Web.NewTab()
Delay 500
Plugin Web.Go(fifthsite)
Delay 500
EndScript