摘要: public class test09 { public static void main(String[] args) { double a = 5000.44; double b = 100.12; double v = a / b; int i = new Double(v).intValue 阅读全文
posted @ 2020-05-11 19:49 那些年的代码 阅读(15581) 评论(0) 推荐(0)