摘要:1、获取手机型号指令 adb shell cat /system/build.prop | findstr "ro.product.model" 2、获取手机处理器信息 adb shell cat /proc/cpuinfo | findstr "Processor" 3、获取手机内存信息 adb
阅读全文
posted @ 2022-08-01 17:29
posted @ 2022-08-01 17:29
posted @ 2022-08-01 17:26