函数名

getNetWorkTime()

函数介绍

方法名称:获取网络时间


返回值:格式为年-月-日_时-分-秒的时间字符串

函数例子

local tm = getNetWorkTime()
print(tm)