Project1
标题:
va能不能在事件里打开一个网页?
[打印本页]
作者:
893299399
时间:
2013-7-21 12:18
标题:
va能不能在事件里打开一个网页?
昨天看到个标题打开网页,那能不能在事件里打开网页,如果能的话要怎么弄?
作者:
345912390
时间:
2013-7-21 12:36
脚本页加入
class Game_Interpreter
def gotoWeb(url)
webapi= Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i')#
webapi.call(0, 'open',url,0, 0, 1)
end
end
复制代码
事件页>>脚本
gotoWeb('http://rpg.blue')
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1