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

📄 index.asp

📁 1
💻 ASP
字号:
<!--#include file="Conn.asp" -->
<!--#include file="Include/FY.Common.Front.Asp" -->
<%
If FY_Config(15)<>0 Then
Response.Redirect "Index."&FY_Html_Name(FY_Config(15))
Else
      If FY_Cache.CacheIsEmpty("Index") Then
         Call GetHTML_SiteIndex
         FY_Cache.SetValue "Index",strHtml 
      Else
      strHtml=FY_Cache.GetValue("Index")
      End if
    Response.Write strHtml
End if
Call CloseConn()
%>

⌨️ 快捷键说明

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