openresty 常用Lua开发库Json库、cache 使用、编码转换

location ~ /lua_iconv {      default_type 'text/html';      charset gbk;      lua_code_cache on;      content_by_lua_file /usr/example/lua/test_iconv.lua;   }   lua_code_cache 表示 缓存lua脚本内容 JSON库  在进行数
相关文章
相关标签/搜索