引自: http://www.15seconds.com/faq/State/759.htm
Function GetGuid()
Set TypeLib = Server.CreateObject("Scriptlet.TypeLib")
GetGuid = TypeLib.Guid
Set TypeLib = Nothing
End Function
Function GetGuid()
Set TypeLib = Server.CreateObject("Scriptlet.TypeLib")
GetGuid = TypeLib.Guid
Set TypeLib = Nothing
End Function
博客展示了ASP中GetGuid函数的实现代码,通过创建Scriptlet.TypeLib对象获取Guid,最后释放对象。
4280

被折叠的 条评论
为什么被折叠?



