ASP生成GUID字符串

来源:互联网 发布:linux查看可用串口 编辑:程序博客网 时间:2024/06/11 20:59

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

%>

原创粉丝点击