📄 nav.asp
字号:
<%
if trim(request("typet"))="" or trim(request("typet"))="0"then
typet=1
else
typet=cint(trim(request("typet")))
end if
if typet=1 then
Nav="前期"
end if
if typet=2 then
Nav="争取开工"
end if
if typet=3 then
Nav="在建"
end if
if typet=4 then
Nav="竣工"
end if
if typet=5 then
Nav="停缓建"
end if
if typet=6 then
Nav="撤消立项"
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -