如何在信息框显示文本变量String aaa = "I Love You!";Response.Write();怎么样才能显示 变量aaa 的内容?谢谢![解决办法]Response.Write("<script>alert('你是说:"+aaa+",真的吗?')</script>");