怎样给音乐文件里加上跳转代码?

来源:百度知道 编辑:UC知道 时间:2024/06/15 04:22:49
怎样给音乐文件里加上跳转代码啊?
或是用什么软件啊?
比如:在WMA文件加入超连接,当打开后自动跳转页面

t;t;t;1。用记事本打开setup.asp找到如下代码:t;t;sub BBSList(selec)t;sql="t;Select * From bbsconfig where followid="t;&p;selec&p;"t; and hide=0 order by SortNum"t;t;Set Rs1=Conn.Execute(sql)t;do while not rs1.eoft;Response.write "t;t;"t;&p;string(ii,"t; "t;)&p;"t;"t;&p;rs1("t;bbsname"t;)&p;"t;t;"t;t;ii=ii+1t;BBSList rs1("t;id"t;)t;ii=ii-1t;rs1.movenextt;loopt;Set Rs1 = Nothingt;end subt;t; 在其下方添加以下代码t;t;sub xpBBSList(selec)t;sql="t;Select * From bbsconfig where followid="t;&p;selec&p;"t; and hide=0 order by SortNum"t;t;Set Rs1xp=Conn.Execute(sql)t;do while not rs1xp.eoft;Response.write "t;t;"t;&p;string(ii,"t; "t;)&p;"t;"t;&p;rs1xp("t;bbsname"t;)&p;"t;t;"t;t;ii=ii+1t;xpBBSList rs1xp("t;id"t;)t;ii=ii-1t;rs1xp.movenextt;loopt;Set Rs1xp = Nothingt;end subt;t;t;t;2.用记事本打开ShowForum.asp找到如下代码:t;t;t; t;申请论坛t;t;t; t;论坛管理t;这里t;t;用记事本打开ShowPost.asp找到