摘要: <resultMap id="resultMap" type="Staff"> <id property="id" column="id" javaType="Integer"></id> <result property="account" column="account" javaType="S 阅读全文
posted @ 2020-04-21 23:37 shouyaya 阅读(976) 评论(0) 推荐(0)
摘要: 除重定向和转发方式跳转jsp页面还可通过respond.getWriter().print()写入一个js标签设置href=“”进而跳转 如: response.getWriter().print("<script type=\"text/javascript\">parent.location.h 阅读全文
posted @ 2020-04-21 23:29 shouyaya 阅读(323) 评论(0) 推荐(0)