一些比较实用的软件教材
摘要: double a = 345.0; Object b = a; NumberFormat n=NumberFormat.getInstance(); n.setParseIntegerOnly(true); String d=n.format(b); long c = Long.parseLong(d); 阅读全文
posted @ 2012-12-07 12:46 子灏 阅读(363) 评论(0) 推荐(0)

传说中的阿里云服务