摘要: 小米手机 'adb -s {0} shell input swipe 200 1200 200 380'.format(sjh)#滑动 阅读全文
posted @ 2020-12-17 21:01 myrj 阅读(71) 评论(0) 推荐(0)
摘要: import os print os.getcwd() #获取当前工作目录路径 print os.path.abspath('.') #获取当前工作目录路径 print os.path.abspath('test.txt') #获取当前目录文件下的工作目录路径 print os.path.abspa 阅读全文
posted @ 2020-12-17 14:43 myrj 阅读(761) 评论(0) 推荐(0)