Php之Http请求urlencode/rawurlencode
摘要:在http请求中,如果参数值带中文最好使用urlencode/rawurlencode函数.如果参数值中带加号也最好使用,否则后台接收时,+号变成空格,引起不必要的麻烦.注:urlencode和rawurlencode的区别:urlencode将空格编码为加号“+”,rawurlencode将空格编...
阅读全文
posted @ 2015-04-22 20:29
浙公网安备 33010602011771号