摘要: 注解之@PathVariable @PathVariable只支持一个属性value,类型是为String,代表绑定的属性名称。默认不传递时,绑定为同名的形参。 用来便捷地提取URL中的动态参数。其英文注释如下: Annotation which indicates that a method pa 阅读全文
posted @ 2020-06-04 13:51 墨尘无雪 阅读(851) 评论(0) 推荐(0) 编辑
摘要: request.getParameter(“xxx”)的参数的取值 request.getParameter(“xxx”)的参数的取值的几种可能: 1. Html中form表单中标签的name属性: <form name="form" method="post" action="checkUser" 阅读全文
posted @ 2020-06-04 08:35 墨尘无雪 阅读(453) 评论(0) 推荐(0) 编辑