heihei

adb shell screencap -p /sdcard/p1.png
adb pull /sdcard/p1.png c:\BaiduYunDownload
adb shell rm /sdcard/p1.png


adb shell input tap 100 100


from PIL import Image
i = Image.open("test.png")
c = i.getpixel((0,0))

posted @ 2017-05-31 21:12  fish7  阅读(392)  评论(0编辑  收藏  举报