close
(1)response.setCharacterEncoding(String type)
用於設定回傳字元之編碼格式,type為編碼格式。
(2) response.getCharacterEncoding()
讀取回傳字元之編碼格式。
(3) response.setContentType(String type)
設定回傳文件之編碼格式,type為編碼格式。
(4) response.getContentType()
讀取回傳格式編碼資料
(5)response.sendRedirect(?)
網頁導向,從目前網頁導向?之網頁。
全站熱搜