摘要: 首先看下面代码 @RequestMapping("/getCatlist") public String getCatlist(HttpSession session,HttpServletRequest request) { String pcategoryIdStr = request.getP 阅读全文
posted @ 2020-01-08 14:55 城为唯一 阅读(11763) 评论(0) 推荐(0)
摘要: jsp页面中: <a href="${pageContext.request.contextPath }/infoController/getProductInfo?productIdStr=<%=image.getProductId() %>"><%=product.getName() %></a 阅读全文
posted @ 2020-01-08 00:14 城为唯一 阅读(11345) 评论(0) 推荐(3)
摘要: 今天做ssm项目时遇到了这种错误 看看代码: 无关代码省略。。。 22 <body> 23 <div id="container"> 24 <iframe id="header" src="${pageContext.request.contextPath }/header.jsp" width=" 阅读全文
posted @ 2020-01-08 00:01 城为唯一 阅读(784) 评论(0) 推荐(0)