老师,第二个不是实现的Runnable方法吗,为什么还是用的Thread Actress = new Thread()这个构造
应该是调用了这个方法实例化,具体查查JDKpublic Thread(Runnable target, String name)