函数:device.getTotalMemory 获得设备内存总量
函数功能:获得设备内存总量
函数方法
total = device.getTotalMemory()
返回值 | 类型 | 说明 |
---|---|---|
total | string | 设备内存总量,单位:字节 |
函数用例
total = device.getTotalMemory()
dialog(total,5000)
注意事项
- 目前积木编程函数和触动精灵函数不通用,请仔细查看本手册,此手册中函数仅支持积木编程,不支持触动精灵,同理请勿将触动精灵函数在积木编程运行。