String text = java.net.URLEncoder.encode("林", "UTF-8");. 在Servlet 取得請求參數時,容器若預設使用ISO-8859-1 來處理編碼,相當於作了這個動作:
確定! 回上一頁