play获取页面传过来的参数的方式

1.通过request获取

String parm=request.params.get("model[属性名]");

2.

原文地址:https://www.cnblogs.com/SHZX/p/9429514.html