访问这个网址,http://localhost:8080/Blog/IndexAction_catagory?type_id=2
Action种:
Object article_type_id = ActionContext.getContext().getParameters().get("type_id"); System.out.println(article_type_id);
这里为什么输出:[Ljava.lang.String;@eed1de
急求解决!!
sys调用的是object.toString方法,强制转换成Integer类型就ok了