📄 f_han.asp
字号:
<%
function getsql(tname) '得到查询条件
dim temp
t_name=tname
temp=" and type in(select id from art_type where art_type='"&t_name&"') order by id desc"
getsql=temp
end function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -