📄 xuanze.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 + -