在ACTION的execute中实例化一个AtuOst的对象,就可以调用了.
public ActionForward execute(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) {
   
  AtuOst a = new AtuOst();
  String str = a.getAtResult("1");
}