📄 creathmlindex.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 + -