java Copy public class SimpleTesting { public static void main(String[] args) { try { for (int i = 0; i < 2; i++) { Thread.sleep(1000); ...
確定! 回上一頁