码迷,mamicode.com
首页 > 其他好文 > 详细

heihei

时间:2017-05-31 22:14:22      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:baidu   download   pil   port   yun   test   down   adb   cap   

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))

heihei

标签:baidu   download   pil   port   yun   test   down   adb   cap   

原文地址:http://www.cnblogs.com/fish7/p/6925951.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!