String param = new String(s.getBytes("iso-8859-1"), "UTF-8");. 因為JSP框架接收到的是參數編碼的二進位位元組流,它不知道這究竟是什麼編碼(或者 ...
確定! 回上一頁