码迷,mamicode.com
首页 > 其他好文 > 详细

Lua 练习中的Bug 以及日志

时间:2014-11-14 13:55:41      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:使用   sp   bs   as   tt   nbsp   c   app   table   

使用 Lua 中的table.getn获得数组的table的长度;运行失败--

> t ={1,2,3 }

> print(table.getn(t))

stdin:1: attempt to call field ‘getn‘ (a nil value)

stack traceback:

stdin:1: in main chunk

[C]: in ?

 

Lua 练习中的Bug 以及日志

标签:使用   sp   bs   as   tt   nbsp   c   app   table   

原文地址:http://www.cnblogs.com/asheCoder/p/4096886.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!