10 2021 档案
摘要:now=os.date("*t") --tablefor i,v in pairs(now) do print(i,v)endnow=os.date("%y-%m-%d %I:%M:%S")print(now) now=os.date("%Y-%m-%d %H:%M:%S")print(now) s
阅读全文
摘要:/*获取内存信息@api rtos.meminfo(type)@type "sys"系统内存, "lua"虚拟机内存, 默认为lua虚拟机内存 @return int 总内存大小,单位字节@return int 当前使用的内存大小,单位字节@return int 最大使用的内存大小,单位字节@usa
阅读全文
浙公网安备 33010602011771号