摘要: struts2 的action要实现com.opensymphony.xwork2.Action接口,并实现该接口中的execute()方法。 首先 public String execute() throws Exception 实现一个返回类型为String的无参的public方法: publi 阅读全文
posted @ 2016-03-31 11:31 RobotGod 阅读(153) 评论(0) 推荐(0)