cat t.lua local cjson = require "cjson" local function test() return cjson.decode(ngx.null) end test() ➜ resty t.lua ERROR: t.lua:5: bad ...
確定! 回上一頁