1. 程式人生 > >python 生成唯一識別碼

python 生成唯一識別碼

uuid code bsp sci import col python style span

import uuid
identity = str(uuid.uuid4()).encode(ascii)

python 生成唯一識別碼