返回列表 發帖
  1. public class ch02
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         for(int i=1; i<=20; i++)
  6.             System.out.println(Math.random());
  7.     }
  8. }
複製代碼
我好帥
我超級帥
我非常的帥
我宇宙第一帥

TOP

返回列表