⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainthread.java~1~

📁 本程序用JAVA编制
💻 JAVA~1~
字号:
class main extends Thread{  public main(String stock){    super(stock);    //this.setDaemon(true);  }  public void run(){    SimpleThread mt=new SimpleThread("qlsh");    try{      //mt=new SimpleThread("qlsh");      mt.start();    }catch(Exception e){      mt.stop();      mt.start();    }  }}public class MainThread{  public static void main(String[] args) throws InterruptedException {    new main("qlsh").start();  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -