摘要: 1.通过ServletActionContext类 2.通过ServletRequestAware 接口 阅读全文
posted @ 2018-08-11 23:33 姜文文 阅读(108) 评论(0) 推荐(0) 编辑
摘要: ``` username /success.jsp /test.action /success.jsp /test.action login,register ``` 阅读全文
posted @ 2018-08-11 19:36 姜文文 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.感叹号 前台页面 struts.xml Action方法 2.通配符 jsp页面 struts.xml配置 阅读全文
posted @ 2018-08-11 16:32 姜文文 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1.导入jar包 struts核心包: json需要的包: 2.配置web.xml 3.编写页面 4.配置struts.xml和Action类 原生实现方法 使用插件 阅读全文
posted @ 2018-08-11 10:44 姜文文 阅读(1348) 评论(0) 推荐(0) 编辑