URLEncoder.encode(c,"utf8");utf8可決定要傳送的URL中文時的編碼//設定cookieCookie cookie = new Cookie(URLEncoder.encode("中文"),URLEncoder.encode("許攻績蓋")) ...
確定! 回上一頁