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

📄 creathmlindex.asp

📁 Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件
💻 ASP
字号:
<!--#include file = admin_chk.asp -->

<%
  Dim html_index_fileName :html_index_fileName=config("path")&"D_index.asp"
  Dim IndexName2: IndexName2=config("path")&"index."&config("file_type")
  'if config("FsoIndexFile")=0 then
	  if SaveHtmlFile(IndexName2,html_index_fileName) then
       call ArtErr("<br><li>更新"&HtmlName2&"文件成功!</li>","2")
      else
      call ArtErr("<br><li>更新"&HtmlName2&"文件失败!</li>","1")     
	  end if
   'else
   'call ArtErr("<li>请先开启生成静态首页选项,然后再进行更新!</li>","1")
   'end if

%>

⌨️ 快捷键说明

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