public string gid; protected void Page_Load(object sender, EventArgs e) { gid = Label1.Text; } <a href="b.aspx?id=<%=gid %>">link</a>
由小超处转