摘要: tring key1=Request.Query["key1"];//获取url字符串 String key2 = Request.Form["key2"];//获取表单 String key3 = Request.Cookies["key3"];//获取cookie String key4 = R 阅读全文
posted @ 2021-05-28 11:41 DarryRing 阅读(559) 评论(0) 推荐(0)