2021年02月20日 Java 多线程龟兔赛跑 package com.xiao.testThread; //模拟龟兔赛跑 public class Race implements Runnable { private static String winner;//胜利者