编码错误,这个是什么情况啊 %!E(MISSING)5%A7%!A(MISSING)%3A%40163%!+(MISSING).html.html

huchenghua · · 762 次点击
看源码里,他不支持中文什么的吗 ``` for i := 0; i < len(s); i++ { c := s[i] if shouldEscape(c, mode) { if c == ' ' && mode == encodeQueryComponent { spaceCount++ } else { hexCount++ } } } ```
#1