函数:device.getLuaBoxVer 获得 LuaBox 版本号
函数功能:获得 LuaBox 当前版本
函数方法
ver = device.getLuaBoxVer()
返回值 | 类型 | 说明 |
---|---|---|
ver | string | 返回获得 LuaBox 当前版本如:1.0 |
函数用例
ver = device.getLuaBoxVer()
dialog(ver,5000)
注意事项
- 目前积木编程函数和触动精灵函数不通用,请仔细查看本手册,此手册中函数仅支持积木编程,不支持触动精灵,同理请勿将触动精灵函数在积木编程运行。