xxlb.asp
来自「本房地产网站功能强大」· ASP 代码 · 共 15 行
ASP
15 行
<%
if xxlb_1="1" then
response.write "<font color=#CC0000>出租</font>"
elseif xxlb_1="2" then
response.write "<font color=#006699>求租</font>"
elseif xxlb_1="3" then
response.write "<font color=#333333>求购</font>"
elseif xxlb_1="4" then
response.write "<font color=#0000FF>出售</font>"
elseif xxlb_1="5" then
response.write "<font color=#FF9900>合租</font>"
elseif xxlb_1="6" then
response.write "<font color=#0483BF>置换</font>"
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?