heihei
Posted fish7
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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))
以上是关于heihei的主要内容,如果未能解决你的问题,请参考以下文章