- import java.awt.AWTException;
- import java.awt.Robot;
-
- public class mycode {
-
- public static void main(String[] args) throws AWTException {
-
- Robot r = new Robot();
-
-
- for (int i = 1; i <= 3; i++) {
-
- r.delay(2000);
- System.out.println(i);
-
- }
-
- }
-
- }

![[手游] 三网H5小游戏【少年仙路】WIN系服务端+Linux手工服务端+详细搭建教程](https://cdn.jxasp.com:9143/image/20260615/136BC33AA47EB0D84E878835A8B38FDB.png)

















