java.lang.IllegalArgumentException: Invalid character found in the request target.
时间:2018-09-28 12:36:40
收藏:0
阅读:2533
java.lang.IllegalArgumentException: Invalid character found in the request target.
http参数存在特殊字符:
特殊字符是出现在后面跟的参数中,对参数进行 URL 编码,可以使用 JavaScript 中的 encodeURIComponent() 函数。
评论(0)