[求助]不运行你知道输出是什么吗?
class ceshi{ public static void main(String args[])
{int a=(int)Math.random()*780;
System.out.println(a);
}
}
a结果是什么呢?
2006-08-09 17:10
2006-08-09 17:13
2006-08-09 17:21
2006-08-09 17:30
2006-08-09 17:37
2006-08-10 13:10
2006-08-10 19:43
奇怪啊!为什么不是一个随机数呢?
2006-08-10 20:34

2006-08-10 21:39
2006-08-11 15:35