@Results( {
@Result(name = "loginok", location = "/index/index.action", type = "redirect"),
@Result(name = "showShopcart", location = "shopcart!showShopcart.action", type = "redirect"),
@Result(name = "gotoPayOrder", location = "shopcart!gotoPayOrder.action?userid=${userid}", type = "redirect"),
@Result(name = "payok", location = "payok.action", type = "redirect"),
@Result(name = "payerror", location = "payok.action", type = "redirect"),
@Result(name = "payother", location = "payother.action", type = "redirect"),
@Result(name = "checkshopcart", location = "checkshopcart.action?shopType=${shopType}", type = "redirect") })
类的开头这么写是啥意识,没怎么接触过框架,不要喷我啊。