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

📄 companydetail.asp

📁 请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
💻 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 + -