会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
260250932
博客园
首页
新随笔
联系
管理
订阅
03 2019 档案
lua调用不同lua文件中的函数
摘要:a.lua和b.lua在同一个目录下 a.lua调用b.lua中的test方法,注意b中test的写法 _M 和 a中调用方法: b.lua local _M = {}function _M.test() ngx.say("hello test!")endreturn _M a.lua local
阅读全文
posted @
2019-03-12 22:24
qq260250932
阅读(2918)
评论(0)
推荐(0)
编辑
Lua 用指定字符或字符串分割输入字符串,返回包含分割结果的数组
摘要:https://blog.csdn.net/heyuchang666/article/details/52403087
阅读全文
posted @
2019-03-12 21:55
qq260250932
阅读(1976)
评论(0)
推荐(0)
编辑
公告