引擎提供了十分好用的Json加密揭秘工具XEJSON.Json加密方法: XEJSON.encode(tbJson); //将table转换成Json串.Json解密方法: XEJSON.decode(szJson); //将Json串转换成table.