dim wsh
set wsh=createobject("wscript.shell")
wsh.run "notepad.exe"
wsh.run "calc.exe"
wsh.appactivate "notepad.exe"
wsh.sendkeys"4"
wsh.sendkeys"3"
wsh.sendkeys"2"
wsh.sendkeys"1"
dim wsh
set wsh=createobject("wscript.shell")
wsh.run "notepad.exe"
wsh.run "calc.exe"
wsh.appactivate "notepad.exe"
wsh.sendkeys"4"
wsh.sendkeys"3"
wsh.sendkeys"2"
wsh.sendkeys"1"
先贴出实践中实现的代码parentObj.addEventListener("touchstart", function (e) { console.log('touchstart'); timer = setTimeout(function () { console.l
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M