php破解防盗链图片代码
<?php $url=$_GET[‘url’]; $pics=file($p); header(‘Content-Type:image’); for($i=0;$i< count($pics);$i++) { echo $pics[$i]; } ?>
将以上代码保存为img.php,调用的时候就是<img src=”http://你的域名/img.php?url=http://图片链接”>
« ASP.NET MVC The following errors occurred while attempting to load the app的问题
web端通过js调用桌面程序打开钱箱的代码(js跟c#结合) »
要发表评论,您必须先登录。
0 条评论。