package bunny.thread.Module;
public class ThreadExtendTest extends Thread {
public void run() {
System.out.println("继承并运行线程。。。");
}