Object 转 int

素颜马尾好姑娘i 2021-10-08 05:36 415阅读 0赞
  1. Object[] obj1=(Object[]) userBroswerList.get(i);
  2. Object object=obj1[1];
  3. sum = sum + new Integer(object.toString());//求机器数量大于5的和
  4. map.put("name","其他");
  5. System.err.println(sum);
  6. map.put("y", sum);//所占台数
  7. //Long groupCount = (Long) obj1[1];
  8. Double percentage = 0.0;

发表评论

表情:
评论列表 (有 0 条评论,415人围观)

还没有评论,来说两句吧...

相关阅读