import uuidimport base64# uuid4()生成32位的随机加密串uuid_str = str(uuid.uuid4()).encode("utf-8")print(uuid_str)# 使用base64加密result ...
確定! 回上一頁