马上加入TC
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
做一个进度条和歌曲同时进行,歌曲完进度条满。
或者执行一任务,任务开始进度条动,任务结束进度结束。
鼠标.移动(100,200)
help.sleep(500)
鼠标.移动(90,200)
help.sleep(500)
鼠标.移动(80,200)
help.sleep(500)
鼠标.移动(70,200)
help.sleep(500)
鼠标.移动(60,200)
help.sleep(500)
鼠标.移动(50,200)
help.sleep(500)
鼠标.移动(40,200)
help.sleep(500)
鼠标.移动(30,200)
help.sleep(500)
|