📄 music.asp
字号:
<!-- #include file="include/config_other.asp" -->
<!-- #include file="include/conn.asp" -->
<%dim n_sort
index_url="music"
tit_fir=""
'--tit_fir=format_menu(index_url)
tit=tit_fir
tit_fir="音乐听吧"
call web_head(0,0,0,0,0)
%>
<table cellspacing=0 cellpadding=0 width=775 border=0>
<tbody>
<tr>
<td>
<iframe frameborder=0 width=775 height=1450 leftmargin=0 scrolling=no src=music/index.html></iframe>
</td>
</tr>
</tbody>
</table>
<%
call web_end(0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -