我在前臺用$.get()去請求頁面default2.aspx,然后..在后臺獲取請求頁面?zhèn)鞯闹? protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["ContentText"] != null) { string contentText = Request.QueryString["ContentText"].ToString(); Response.Write("
"); //Response.Write(contentText); content.InnerHtml = "
他說:" + contentText + "
"; } } 我打斷點,content.InnerHtml里面有值.. 但運行出來,界面卻沒有值..是為什么... content是:
- 2 回答
- 0 關注
- 585 瀏覽
添加回答
舉報
0/150
提交
取消