📄 showfile.asp
字号:
<%
if trim(rs("filename"))<>empty then
kobeoutput=split(rs("filename"),",")
for i=0 to Ubound(kobeoutput)
response.write "<a target=_blank href=file/" & trim(kobeoutput(i)) & ">" & i+1 & "</a> "
next
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -