方法介绍
方法名称:获取网络时间
语法:getNetWorkTime()
返回值:格式为年-月-日_时-分-秒的时间字符串
方法例子
local tm = getNetWorkTime()
print(tm)