摘要: 1 如何将字串 String 转换成整数 int? 1). int i = Integer.parseInt([String]); 2). int i = Integer.parseInt([String],[int radix]); 注: 字串转成 Double, Float, Long 的方法大 阅读全文
posted @ 2018-01-12 16:14 康总 阅读(87) 评论(0) 推荐(0)