返回列表 發帖
本帖最後由 黃永恩 於 2019-8-6 11:02 編輯
  1. public class Ch02
  2. {
  3.     public static void main(String args[])
  4.     {
  5.              double r=Math.random();
  6.              System.out.println(r);
  7.     }
  8. }
複製代碼
:))))))))))))))

TOP

返回列表