entity()接收加密数据

发布日期:2021-12-28
最后更新:2026-02-23 14:15:40
阅读:21,168

如果前端提交的参数是加密后的值,需要这样解密
DataRow row = entity("ID:id+");
与getParam("id", true)效果一样