5 lines
104 B
Python
5 lines
104 B
Python
import time # 引入time模块
|
|
|
|
start_time = int(time.time())
|
|
print("当前时间戳为:", int(ticks))
|