函数名称:获取设备存储空间
函数功能:获取设备存储空间
函数方法
str = ts.system.space();
函数用例
local ts = require("ts") str = ts.system.space() dialog(str,5)