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