返回列表 發帖
本帖最後由 蔡承翰 於 2020-2-4 10:31 編輯
  1. public class Ch01 {
  2.         public static void main(String[] args) {
  3.                 double r;
  4.                 r=Math.random();
  5.                 System.out.println(r);
  6.         }
  7. }
複製代碼

TOP

返回列表