在JSP中将string转换成int型?
字符串是不能直接转为int,double,long等类型的,对应的 Integer.parseInt(),Double.parseInt(),Long.parseInt()