2010-04-15 51 views

回答

8

我會去以uuid

from uuid import uuid4 
def new_user_id(): 
    return uuid4().hex 
相關問題