函数名称:获取网络类型
函数功能:用于判断设备网络类型
函数方法
ts.getNetType()
函数用例
local ts = require("ts") nettype = ts.getNetType() dialog(nettype,5)