local cjson = require("cjson") --lua对象到字符串local obj = { id = 1, ... obj = cjson.decode(str) ngx.say(obj.age, "<br/>") ngx.say(obj.age ...
確定! 回上一頁