检测编码的查询字符串中的 '+'。 是否应该编码为空格还是 '+' 字符不明确。
示例:
GET https://example.com/api?name=John+Doe%40example.com
在应用快速修复后
GET https://example.com/api?name=John%20Doe%40example.com