package com.longge.struts;
import com.opensymphony.xwork2.Action;
import com.opensymphony.xwork2.ActionSupport;
public class Actiontest extends ActionSupport{
public String add()
{
System.out.println("addAction");
return Action.NONE;
}
public String delete()
{
System.out.println("deleteAction");
return Action.NONE;
}
}
最近下载更多
13043860zj LV16
2020年8月20日
段朝洪 LV15
2019年11月25日
caozhou LV14
2019年3月11日
我的名字是凑得 LV8
2018年12月23日
wangmeng20 LV14
2018年11月1日
z980693651 LV10
2018年10月20日
wlzyf冰冰 LV13
2018年7月5日
gongjunjienb LV15
2018年6月2日
mkl_mzq LV10
2018年5月16日
812992358 LV11
2018年5月8日

最近浏览