python 内置的 time模块,import time 可以直接使用。 time.time() 返回一串时间戳,整数位9位,javastript中为13位 python_10int = time.time()timestamp = int((round(python_10int * 1000)) Read More
posted @ 2020-03-06 18:20 walk_the_talk Views(127) Comments(0) Diggs(0)