bat执行shell中的命令 echo su >> temp.txt echo mkdir system/app/****>> temp.txt echo cd system/app/****>> temp.txt echo rm -r ****.apk >> temp.txt echo ls -l >> temp.txt echo exit >> temp.txt adb shell < temp.txt del temp.txt