摘要:
post传值不在地址栏显示get传值会再地址栏中显示下面的代码给出了 一般处理文件中对两种数据的获取方法 context.Response.ContentType = "text/html"; StringBuilder sbHtml = new StringBuilder(); sbHtml.Append("<html><head><title>登陆页面</title><head>"); sbHtml.Append("<body><form action=' 阅读全文