赞
踩
expect
#!/usr/bin/expect spawn adb shell expect "login:" send "root\r" expect "Password:" send "test\r" send "cd /mnt/\r" interact