代码

import time
writefile = int(time.time() * 1000)
with open(path,"a") as f:
    f.write(str(writefile))
最后修改:2021 年 08 月 27 日
如果觉得我的文章对你有用,请随意赞赏