xuanze.asp
来自「企业信息化管理系统:针对的是一个计算机配件生产公司为背景实现的。」· ASP 代码 · 共 28 行
ASP
28 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?