方法介绍
执行并返回execute命令的结果[cmd:执行的命令行][返回结果文本]
方法名称:
类_系统.执行并返回
语法:
类_系统.执行并返回(命令)
参数说明:
execute命令
require "懒人综合插件" local ret=类_系统.执行并返回("ps") print(ret)