?? asx.asp
字號:
<!--#include file="conn.asp"--><ASX version = "3.0">
<TITLE>168音樂網 http://www.168cc.com</TITLE>
<author>
168音樂網</author> <abstract>http://www.168cc.com</abstract> <copyright>music company</copyright>
<%
if request("numeration")<>"" then
set rs=server.createobject("adodb.recordset")
id=request("numeration")
sql="select * from basic where numeration="&id
rs.open sql,conn,1,3
while not rs.eof
%>
<entry SKIPIFREF="YES">
<title><%=rs("title")%></title>
<author>168音樂網 http://www.168cc.com</author><copyright>168音樂網在線試聽</copyright> <ref href="<%=rs("url")%>"/> <param name="Artist" value="<%=rs("title")%>"/> <param name="Album" value="168音樂網 http://www.168cc.com"/> <param name="Title" value="<%=rs("title")%>"/>
</ENTRY>
<%
rs.movenext
wend
rs.Close
set rs=nothing
end if
conn.close
set conn=nothing
%></ASX>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -