php代码实现下载地址base64加密
<?php header("Content-type: text/html; charset=utf-8"); $url=$_GET["url"]; if($url==''){echo "无下载地址";} $urll=base64_d...
<?php header("Content-type: text/html; charset=utf-8"); $url=$_GET["url"]; if($url==''){echo "无下载地址";} $urll=base64_d...