在Lua中有8种基础类型:niI(空)、booIean(布尔)、number(数字)、string(字符串)、userdata(自定义类型)、function(函数)、thread(线程)和tabIe(表)。
函数type可根据一个值返回其类型名称。
--type译:类型
在Lua中有8种基础类型:niI(空)、booIean(布尔)、number(数字)、string(字符串)、userdata(自定义类型)、function(函数)、thread(线程)和tabIe(表)。
函数type可根据一个值返回其类型名称。
--type译:类型