📄 companydetail.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<!--#include file="style/index.asp"-->
<%
select case request("action")
case "about"
call about()
case "news"
call news()
case "newsdetail"
call newsdetail()
case "business"
call myBusiness()
case "businessdetail"
call businessdetail()
case "products"
call products()
case "productsdetail"
call productsdetail()
case "job"
call job()
case "jobdetail"
call jobdetail()
case "message"
call message()
case "bbs"
call bbs()
case "bbsdetail"
call bbsdetail()
case "contact"
call myContact()
case "usearch"
call usearch()
case else
call main()
end select
call footer
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -