摘要:
使用BiDecimal类是了为防止运算时精度丢失: output: 阅读全文
摘要:
output: 阅读全文
摘要:
output: //取整,返回小于目标数的最大整数System.out.println(Math.floor(-1.2));// 取整,返回在于目标数的最大整数System.out.println(Math.ceil(1.2));// 四舍五入取整System.out.println(Math.round(1.6));System.out.println(Math.round(1.5));Sys... 阅读全文
摘要:
output: 阅读全文
摘要:
output: 阅读全文
摘要:
output: 阅读全文
摘要:
output: 阅读全文
摘要:
output: 阅读全文
摘要:
var rt = Runtime.getRuntime(); // 类c语言当中的system()函数。 rt.exec("notepad.exe"); 阅读全文
摘要:
output: 阅读全文