#Import uuid module import uuid # Create random id using uuid1() UID = uuid.uuid1() # Print the normal ID print ("The normal value: ",UID)
確定! 回上一頁