ImportError:cannot import name 'clock'from'time'
python的版本问题,time.clock在Python 3.8中已经被移除了,可以改用time.perf_counter 或 time.process_time