nav.asp
来自「投资管理系统, asp+ mssql server」· ASP 代码 · 共 31 行
ASP
31 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?