python 生成GUID(UUID)
GUID在c#中叫GUID
在python中叫UUID
>>> import uuid >>> uuid.uuid1() UUID('5a35a426-f7ce-11dd-abd2-0017f227cfc7')
GUID在c#中叫GUID
在python中叫UUID
>>> import uuid >>> uuid.uuid1() UUID('5a35a426-f7ce-11dd-abd2-0017f227cfc7')
扫描二维码,输入您要打赏的金额