- UID
- 8740
- 帖子
- 464
- 精华
- 1
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2006-3-13
|
[bug提交]我不知道怎么描述=.=,各位自行测试看看
使用一个VBS文件重现该bug,比如下面的一段vbs脚本
dim wshshell,WowPath
SET WSHSHELL=WSCRIPT.createobject("wscript.shell")
WowPath="http://bbs.ioage.com/forumdisplay.php?fid=8"
wshshell.run WowPath
WowPath="http://bbs.ioage.com/forumdisplay.php?fid=4"
wshshell.run WowPath
WowPath="http://bbs.ioage.com/forumdisplay.php?fid=2"
wshshell.run WowPath
这段脚本的意思是连续打开3个网页,仅此而已。
各位粘贴进记事本另存为 “测试.vbs” 然后运行看看就知道了。
恩,目前已知的重现前提:
1。浏览器有网页时直接关闭浏览器后运行VBS脚本。。。 |
|