摘要: Math 类有许多静态方法可以使用 math.abs()求绝对值 math.ceil()向上取整 math.floor()向下取整 math.pow(int a,int b)求a的b次方 math.round() 四舍五入 System 类静态方法 exit(int a) exit(0)表示正常退出 阅读全文