提交application/x-www-form-urlencoded类型数据
提交application/x-www-form-urlencoded类型数据 发送application/x-www-form-urlencoded接收通知 举例: 发送通知以及接收通知 说明: 此demo非常简化,使用tomcat服务器运行,本文说明: 包含文件 1.SendNotification.jsp:发送通知页面,表单提交数据的类型为multipart/x-www-form-urlencoded 2.RecvNotification.jsp:接收通知页面 3.页面简单使用了Bootstrap样式 接收参数方式 :request.getParameter(“param”); Demo下载地址: http://download.csdn.net/detail/musuny/8761707 关键代码 SendNotification.jsp < form action = "RecvNotification.jsp" method = "post" enctype = "application/x-www-form-urlencoded" > < table class = "table-responsive" > < tr > < td > < span > message: </ span > < textarea rows = "5" class = "form