gpxs
    有2个方法:
1). int i = Integer.parseInt(str);
2). int i = Integer.valueOf(str).intValue();

分类:

技术点:

相关文章: