摘要: java中用(int)代表强制转换为int类型,但是只会取整,如果需要四舍五入,需要调用Math.round()函数。 运行结果: 9.597910 阅读全文
posted @ 2018-11-20 10:52 小矮子的小胖子 阅读(196) 评论(0) 推荐(0)