摘要: 1.打开新的窗口并传送参数: 传送参数: 以下是代码片段: response.write(">") 接收参数: 以下是代码片段: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 阅读全文
posted @ 2008-05-24 17:51 周喜 阅读(122) 评论(0) 推荐(0)