一个线程执行完run()后还能再调用start()吗?如题[解决办法]不能了 只能在new一个start [解决办法]是start调用run();而不是run()调用start; 要是你想重复做,那只能多线程了[解决办法]只调用一次,当然只执行一次拉