在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
lua在openresty中获取请求的请求头 local head_table = ngx.req.get_headers() 由于table类型,无法直接使用ngx.say()显示,需要转换为cjson local cjson = require "cjson" local tab_list = cjson.encode(head_table) lua在字符串中的一些操作方法 下面中a为字符串: 正则方法: 截取方法: 替换方法: a=string.gsub(trim(a),"<string>","") lua时间的转换处理 时间戳转日期 os.date("%Y%m%d%H",unixtime) 日期转时间戳 当前时间戳 --时间格式 yyyyMMddHHmmss |
请发表评论