hasNext()) { String key = it.next(); sb.append(key).append("=").append(params.get(key)).append("&"); } return sb.toString().substring(0 ...
確定! 回上一頁