位置:首頁(yè) > 軟件操作教程 > 編程開(kāi)發(fā) > Python > 問(wèn)題詳情

python應(yīng)用操作—— 獲取uuid

提問(wèn)人:ylm發(fā)布時(shí)間:2020-09-29

import uuiduuid_str = str(uuid.uuid1()).replace('-', '')print(uuid_str)

繼續(xù)查找其他問(wèn)題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部