... pcall, select; local cjson = select(2, pcall(require, "cjson")); if type(cjson) ~= "table" then -- error return false; end local decode = cjson.decode; ...
確定! 回上一頁