日魂月魄

导航

随笔分类 -  lua脚本

lua面向对象
摘要:这面向对象和javascript实现面向对象没区别person={name='两222',sex='男',age=24}person.eat=function() print(person.name..":吃饭")end person.eat() 阅读全文

posted @ 2019-12-14 11:31 L-H 阅读(180) 评论(0) 推荐(0)

MacOS下brew的安装和使用 lua环境搭建 lua http请求
摘要:lua环境搭建 https://www.jianshu.com/p/b70d41a2c2b7 2.https://blog.csdn.net/HeYingShu/article/details/51295713 brew search lua brew install lua lua环境搭建 htt 阅读全文

posted @ 2019-06-30 00:52 L-H 阅读(598) 评论(0) 推荐(0)