<!-- action中的search是url访问路径 -->
<!-- input name中的productName是实力类的商品名称 -->
Action中使用private ProductInfo productname; 对象接收
我要是input框中输入一个“商铺名称”,表单提交之后再Action中接收页面传递过去的参数,实现“根据商品名称模糊查询商品信息”

<!-- input name中的productName是实力类的商品名称 -->
Action中使用private ProductInfo productname; 对象接收
我要是input框中输入一个“商铺名称”,表单提交之后再Action中接收页面传递过去的参数,实现“根据商品名称模糊查询商品信息”












