摘要: http://www.cnblogs.com/yangml/p/3828878.html 阅读全文
posted @ 2016-12-05 17:18 qqisnow2021 阅读(90) 评论(0) 推荐(0)
摘要: urlencode和rawurlencode的区别urlencode和rawurlencode的区别 $str1 = urlencode(':/?= &#'); $str2 = rawurlencode(':/?= &#'); echo $str1."<br/>"; echo $str2."<br/ 阅读全文
posted @ 2016-12-05 16:37 qqisnow2021 阅读(136) 评论(0) 推荐(0)