URL encoding the space character: + or %20? - Stack Overflow
2009年10月27日 · As the aforementioned RFC does not include any reference of encoding spaces as +, I guess using %20 is the way to go today. For example, "%20" is the percent-encoding for the binary …