URLDecoder 對網址進行百分比編碼與解碼。 ... try { // 進行URL 百分比解碼 String url = URLDecoder.decode(encodedURL, "UTF-8"); // 輸出結果 ...
確定! 回上一頁