simulate_screencap

#!/bin/bash


adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png ./
adb shell rm /sdcard/screen.png

echo "获取屏幕截图完毕"

posted @ 2017-06-01 08:04  fish7  阅读(164)  评论(0编辑  收藏  举报