做一个aspx页面来跳转
<HTML>
<HEAD>
</HEAD>
<BODY onload="location=document.all.frm.src">
<iframe style="display:none" src="SongList.aspx?SingerID=<%=Request.QueryString["SingerID"]%>" id="frm"></iframe>
Loading....
</BODY>
</HTML>
<HTML>
<HEAD>
</HEAD>
<BODY onload="location=document.all.frm.src">
<iframe style="display:none" src="SongList.aspx?SingerID=<%=Request.QueryString["SingerID"]%>" id="frm"></iframe>
Loading....
</BODY>
</HTML>

被折叠的 条评论
为什么被折叠?



