rawurlencode遵守是94年国际标准备忘录RFC 1738,
urlencode实现的是传统做法,和上者的主要区别是对空格的转义是'+'而不是'%20'

推荐在PHP中使用用rawurlencode。弃用urlencode

05-07 15:45