91焦先生

导航

Lua5.2&Lua5.3中废除的方法

Lua5.2和Lua5.3中居然把  table.getn()  废除了,

webAdd = {"QQ", "BaiDu", "SMW"}

for i = 1, table.getn(webAdd), 1 do
	print(webAdd[i])
end

posted on 2019-04-13 20:27  91焦先生  阅读(277)  评论(0编辑  收藏  举报