作者为 thinkai 于 2018年1月5日 发表
Autohotkey
;生成32位UUID GUID(){ shellobj := ComObjCreate("Scriptlet.TypeLib") ret := shellobj.GUID uuid := RegExReplace(ret,"(\{|\}|-)","") ;去掉花括号和- return uuid }
60 queries in 1.770 seconds |