点击运行
public class Main { public static void main(String args[]) { System.out.println( Math.random() ); System.out.println( Math.random() ); } }
运行结果 :
正在执行...