关注RPA请访问网站:
www.i-search.com.cn
学Python,用RPA,欢迎下载使用
www.i-search.com.cn/index.html?from=line1
from ctypes import *from ctypes.wintypes import *
def imouse_drag(x1, y1, x2, y2,button=‘left’,speed=10):(x1,y1),(x2,y2) 分别表示:鼠标移动的初末坐标点
try:dll = windll.LoadLibr