老师说当前的线程让出处理器调用方法是thread.yield(), 为什么不是用thread.currentThread.yield()
yield()方法是个static方法,默认就是当前线程让出CPU,并与其他线程一起竞争CPU使用权