Action三种编写方式

1.     创建普通类不实现接口与继承类

2.     实现Action接口

3.     继承ActionSupport类(常用)

原文地址:https://www.cnblogs.com/lolybj/p/6306448.html