⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.asp

📁 WAP手机网页XXXXX WAP手机网页XXXXX
💻 ASP
字号:
<!--#include file="com.asp"-->
<!--#include file="Hash.asp"-->
<!--#include file="Cache.asp"-->
<!--#include file="Time.asp"-->
<%
Class ImplMocomUtil
Private objCom
Private objHash
Private objCache
Private objTime
Private Sub Class_Initialize()
Set objCom = Nothing
Set objHash = Nothing
Set objCache = Nothing
Set objTime = Nothing
End Sub
Private Sub Class_Terminate()
Set objCom = Nothing
Set objHash = Nothing
Set objCache = Nothing
Set objTime = Nothing
End Sub
Public Property Get com()
If objCom Is Nothing Then
    Set objCom = New ImplMocomUtilCom
End If
Set Com = objCom
End Property
Public Property Get Hash()
If objHash Is Nothing Then
    Set objHash = New ImplMocomUtilHash
End If
Set Hash = objHash
End Property
Public Property Get Cache()
If objCache Is Nothing Then
    Set objCache = New ImplMocomUtilCache
End If
Set Cache = objCache
End Property
Public Property Get Time()
If objTime Is Nothing Then
    Set objTime = New ImplMocomUtilTime
End If
Set Time = objTime
End Property
End Class
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -