返回列表 發帖
  1. import java.util.Scanner;
  2. public class Ch01 {
  3.         public static void main(String[] args)
  4.         {               
  5.                 double r=Math.random();
  6.                 System.out.println(r);
  7.         }
  8. }
複製代碼

TOP

返回列表