标签: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))
标签:baidu download pil port yun test down adb cap
原文地址:http://www.cnblogs.com/fish7/p/6925951.html