#判断全向耳机是否已经安装
if driver.is_app_installed("com.headsetapp"):------------------------------->if : python的格式 有冒号
#如果安装,就要卸载
driver.remove_app("com.headsetapp")
else:------------------------------------------------------------------------->else :python的格式 有冒号
driver.install_app(r"D:360MoveDataUsers15010323266DesktopL-X-Warm.apk")
#如果没安装,就安装
#退出