request和response對象方法總結

request方法列舉:request.getAuthType() // 獲取保護servlet的認證方案名(BASIC或SSL),未受保護的servlet返回的就是nullrequest.getCharacterEncoding() // 獲取字符編碼request.getContentLength()// 返回請求體內容的長度request.getContentType() // 獲取內容類型
相關文章
相關標籤/搜索