函数名
stopApp(package_name)
函数介绍
方法名称:关闭app参数说明:package_name:字符串型,某个应用程序的包名
函数例子
runApp("com.tencent.mm")sleep(1000)stopApp("com.tencent.mm")