摘要:
四则运算 package 测试; import javax.swing.; import java.io.; import java.nio.file.; import java.util.; public class MathTest { private static final Random R 阅读全文
摘要:
package com.sxt; public class TestBreak { public static void main(String[] args) { int total=0; while(true) { total++; int i=(int)(Math.random()100); 阅读全文