随笔分类 -  python案例

摘要:import time import os class App: def __init__(self,count): self.count=count def wakeup_sleep(self): cmd="adb shell input keyevent 26" os.popen(cmd) ti 阅读全文
posted @ 2021-04-16 09:25 酷酷的小庄 阅读(211) 评论(0) 推荐(0)

/* 鼠标点击求赞文字特效 */