adb shell /system/bin/screencap -p /sdcard/screenshot.png
adb pull /sdcard/screenshot.png ~/screenshot.png
ADB截屏命令
最新推荐文章于 2025-05-20 12:35:27 发布
adb shell /system/bin/screencap -p /sdcard/screenshot.png
adb pull /sdcard/screenshot.png ~/screenshot.png