base64简单加密网址
2017-6-22 乱云飞 代码 标签: php代码 加密网址
<?php //base64简单加密网址 $url = "http://80c.cc/ez/"; $jia = base64_encode($url); $jie = base64_decode($jia); echo "$jia<br>"; echo "$jie<br>"; ?>本文链接:http://80c.cc/ez/73.html
2017-6-22 乱云飞 代码 标签: php代码 加密网址
<?php //base64简单加密网址 $url = "http://80c.cc/ez/"; $jia = base64_encode($url); $jie = base64_decode($jia); echo "$jia<br>"; echo "$jie<br>"; ?>本文链接:http://80c.cc/ez/73.html
发表评论: