会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
专注改变人生。
博客园
首页
新随笔
联系
管理
订阅
2017年3月13日
(三)Struts之Action类基础(一)
摘要: 一、Action的类型 A、使用普通的类 必须有public的execute且返回值为String的方法。 ActionType.java B、实现Actin接口 实现com.opensymphony.xwork2.Action接口,并实现该接口中的execute()方法。 在实际开发中,actio
阅读全文
posted @ 2017-03-13 15:14 shyroke、
阅读(3954)
评论(0)
推荐(0)
公告
作者:shyroke 博客地址:http://www.cnblogs.com/shyroke/ 转载注明来源~