url编码
Hujiuxiang
・1 分钟阅读
url编码
$ php -r"echo urlencode('$1');"
从输入($1 )返回URL编码字符串。