花费 61 ms
Lua表的构造及遍历

关于lua中的table,主要的困惑来自于table既可以当array用又可以当record用,有时候就会混淆不清。 lua中的table貌似是用map来实现的,array是语法糖, ...

Thu Oct 10 00:08:00 CST 2013 0 16090
lua的table库

函数列表: table.insert(table,[ pos,] value) table.remove(table[, pos]) table.concat(table[, sep[, i[, ...

Fri Oct 24 02:18:00 CST 2014 0 5372
lua 小技巧

lua 小技巧 把常用的工具函数添加到 _G 里面,所有的文件都可以直接调用: 使用 or 操作符赋默认值: 使用 (a and b) or c 操作符实现 C 语言中 ...

Sat Nov 28 02:11:00 CST 2015 0 3803
lua 打印 table 拷贝table

貌似deepcopy更厉害一点,找时间求证一下: This function returns a deep copy of a given table. The f ...

Thu Sep 04 04:40:00 CST 2014 0 4326

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM