首页 > 编程 > PHP > 正文

Php之Http请求urlencode/rawurlencode

2019-11-15 02:11:12
字体:
来源:转载
供稿:网友
php之Http请求urlencode/rawurlencode

在http请求中,如果参数值带中文最好使用urlencode/rawurlencode函数.

如果参数值中带加号也最好使用,否则后台接收时,+号变成空格,引起不必要的麻烦.

注:urlencode和rawurlencode的区别:urlencode将空格编码为加号“+”,rawurlencode将空格编码为加号“%20”.


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表