摘要: 通过网址传递参数ID <a href="/DisplayMessage.aspx?Id=#" >****</a> //DisplayMessage.aspx为目的网页 ?后面的id=#为所传值 目的网页通过string id = Request.QueryString["Id"]; 接受传递过来的I 阅读全文
posted @ 2018-04-19 17:29 你小子嚣张呀 阅读(152) 评论(0) 推荐(0) 编辑