摘要: import uuid uuid_str = uuid.uuid4().hex tmp_file_name = 'tmpfile_%s.txt' % uuid_str print tmp_file_name 阅读全文
posted @ 2022-01-02 16:15 zae 阅读(303) 评论(0) 推荐(0) 编辑