关于按键精灵复制表格内容粘贴到网页-求助

查看 13|回复 0
作者:哒哒哒哒哒掌柜   
一下是我的脚本,我想实现脚本一次复制表格某一列第一行到最后一行的数据,粘贴在网页文本框内。直到表格内容全部填完。
求大佬指点一下 悬赏不够我再加
KeyPress "Tab", 1
Delay 200
KeyPress "Enter", 1
Delay 200
KeyPress "Tab", 15
Delay 200
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
Delay 200
KeyPress "Tab", 3
Delay 200
KeyPress "Enter", 1
Delay 500
FindPic 280,272,625,858,"Attachment:\选择.bmp",0.7,intX,intY
If intX> 0 And intY> 0 Then
MoveTo intX+10, intY+10
End If
Delay 200
LeftClick 1
Delay 500
FindPic 360,9,1298,543,"Attachment:\调阅模板.bmp",0.9,intX,intY
If intX> 0 And intY> 0 Then
MoveTo intX+10, intY+10
End If
Delay 500
LeftClick 1
Delay 2000
FindPic 884,0,1917,749,"Attachment:\控烟.bmp",0.9,intX,intY
If intX> 0 And intY> 0 Then
MoveTo intX+20, intY+20
End If
Delay 200
LeftClick 1
Delay 500
FindPic 382,7,1145,378,"Attachment:\保存.bmp",0.9,intX,intY
If intX> 0 And intY> 0 Then
MoveTo intX+10, intY+10
End If
Delay 200
LeftClick 1
Delay 200
KeyPress "Enter", 1

表格, 网页

您需要登录后才可以回帖 登录 | 立即注册

返回顶部