📄 news_add.asp
字号:
<!--#include file="bsconfig.asp"-->
<!--#include file="Inc/articleCHAR.INC"-->
<%
dim strTitleName,strDataName,strUrlFile,UrlName
UrlName=trim(request("UrlName"))
if UrlName="Co" then
strTitleName="添 加 公 司 新 闻"
strDataName="NewsCo"
%>
<!--#include file="Include/SysNewsAdd.asp"-->
<%
elseif UrlName="Ye" then
strTitleName="添 加 业 内 资 讯"
strDataName="NewsYe"
%>
<!--#include file="Include/SysNewsAdd.asp"-->
<%
elseif UrlName="Pr" then
strTitleName="添 加 产 品 动 态"
strDataName="NewsPr"
%>
<!--#include file="Include/SysNewsAdd.asp"-->
<%
elseif UrlName="Faq" then
strTitleName="添 加 问 题 解 答"
strDataName="Faq"
%>
<!--#include file="Include/SysNewsAdd.asp"-->
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -