指令 adb shell kill -10 应用pid 另附查询pid的python脚本 def check_pid(self, packagename): out = os.popen(f'adb -s { self.device_id} shell ps -A | g