java.net.URISyntaxException: Illegal character in query at index,http请求url中有非法字符
摘要:
处理方法: GET请求:import java.net.URI;import java.net.URL; URL url1 = new URL(url);URI uri = new URI(url1.getProtocol(), url1.getHost(), url1.getPath(), url 阅读全文
posted @ 2022-10-19 16:50 wjbk 阅读(379) 评论(0) 推荐(0)
浙公网安备 33010602011771号