HTTP協議的請求頭和響應頭

1.get和post通用獲取參數的方式 //get方式和post方式通用獲取參數數據的方法 //通過表單的name參數值-->獲取表單的內容 //方式一:獲取單個參數名稱 request.getParameter("參數名"); //方式二:獲取所有的參數名稱 Enumeration<String> enums=request.getParamete
相關文章
相關標籤/搜索