会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
角落里的一条狗
博客园
首页
新随笔
新文章
联系
管理
订阅
2018年8月10日
lua 基础 之 坑一样的地方
摘要: tab={9,6,3} print(#tab) for i=1,#tab do print(i,tab[i]) i = i+2 -- 并不会改变for循环中的i数值 end -- 7: function square(iteratorMaxCount,currentNumber) print("sq
阅读全文
posted @ 2018-08-10 16:42 角落里的一条狗
阅读(184)
评论(0)
推荐(0)
编辑
公告