原文:http://30daydo.com/article/111 adb shell screencap -p /sdcard/1.png 把当前的截图保存在目录 sdcard下,名字为 1.png 然后 adb pull /sdcard/1.png . 就可以图片传到电脑上了