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

📄 xuanze.asp

📁 企业信息化管理系统:针对的是一个计算机配件生产公司为背景实现的。
💻 ASP
字号:
<%
if strcomp(RS("Part"),"caiwu")=0 then
   part="财务部"
end if
if strcomp(RS("Part"),"renshi")=0 then
   part="人事部"
end if
if strcomp(RS("Part"),"qihua")=0 then
   part="启划部"
end if
if strcomp(RS("Part"),"chejian")=0 then
   part="车间"
end if
if strcomp(RS("Position"),"jingli")=0 then
   position="经理"
end if
if strcomp(RS("Position"),"mishu")=0 then
   position="秘书"
end if
if strcomp(RS("Position"),"zhuren")=0 then
   position="主任"
end if
if strcomp(RS("Position"),"yuangong")=0 then
   position="员工"
end if

%>

⌨️ 快捷键说明

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