Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

获取生成32位UUID GUID Autohotkey 4589

作者为 发表

Autohotkey

;生成32位UUID
GUID(){
	shellobj := ComObjCreate("Scriptlet.TypeLib")
	ret := shellobj.GUID
	uuid := RegExReplace(ret,"(\{|\}|-)","") ;去掉花括号和-
	return uuid
}



来了就留个评论吧! 没有评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 1.770 seconds |