xing=URLEncoder.encode(xing,"UTF-8");. 伺服器端只需要一次decode xing=URLDecoder.decode(xing, "UTF-8");.
確定! 回上一頁