Object 转 int
Object[] obj1=(Object[]) userBroswerList.get(i);
Object object=obj1[1];
sum = sum + new Integer(object.toString());//求机器数量大于5的和
map.put("name","其他");
System.err.println(sum);
map.put("y", sum);//所占台数
//Long groupCount = (Long) obj1[1];
Double percentage = 0.0;
还没有评论,来说两句吧...