返回列表 發帖
  1. import java.io.Console;

  2. public class ch02
  3. {
  4.    public static void main(String args[])
  5.     {
  6.         double r;
  7.         r=Math.random();
  8.         System.out.println(r);
  9.     }
  10. }
複製代碼
回復 1# tonyh

TOP

返回列表