ASP生成GUID字符串

    技术2022-05-11  138

    <% Function GetGuid()   Set TypeLib = Server.CreateObject("Scriptlet.TypeLib")   GetGuid = TypeLib.Guid   Set TypeLib = Nothing  End Function response.write getguid()%>


    最新回复(0)