返回列表 發帖
  1. public class text123 {
  2.         public static void main(String[] args) {
  3.                 double n;
  4.                 n=Math.random();
  5.                 System.out.print(n);
  6.                
  7.                
  8.                
  9.         }

  10. }
複製代碼
張閎鈞OuO

TOP

返回列表