62,266
社区成员
发帖
与我相关
我的任务
分享
public string shopid;
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
if(this.Request.QueryString["shopid"] != null)
shopid = this.Request.QueryString["shopid"].ToString();
}
}
<td width="200"><iframe width="200" name="leftdepart" runat="server" src="./templates/shoptype/shop_page_<% =shopid%>_2.htm" frameborder="0"></iframe></td>