toList) // https://stackoverflow.com/a/611117 def encodeURIComponent(s: String): String = URLEncoder .encode(s, "UTF-8") .replaceAll("\\+", "%20") .
確定! 回上一頁