time内置模块的方法 1.time() 时间戳 time() -> floating point number 浮点数 Return the current time in seconds since the Epoch. Fractions of a second may be present if the system clock provides them. import time print(time.time()) C:\python35\python3.exe D:/pyproj…