`
hbz-bj
  • 浏览: 3927 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
public class ObjectTest { public static void main(String [] args) { Object code = "4"; int codeInt = Integer.parseInt((String) code); System.out.println(codeInt ); } }
Global site tag (gtag.js) - Google Analytics