local str = cjson.encode(obj) obj转换成string. local obj = cjson.decode(str) 将string转obj. vim /usr/example/lua/test_cjson.lua,添加以下 ...
確定! 回上一頁