头像

明晓哥

帅气的我简直无法用语言描述!

java Math类和Random类的用法

/*** 测试Math类的常用方法* 测试Random类*/public class TestMath { public static void main(String[] args) { int a...
头像3周前
000