实现Runable接口的方式:1创建实现Runable接口的实现类:必须实现run方法2创建1中对应的Runable接口的实现对象3创建Thread对象利用ThreadRunabletarget4调用Thread类的start方法启动线程