<!DOCTYPE html>
<html>
<body>
<?php
$html = file_get_contents("http:------------");
echo $html;
?>
</body>
</html>注意为http
<!DOCTYPE html>
<html>
<body>
<?php
$html = file_get_contents("http:------------");
echo $html;
?>
</body>
</html>注意为http
评论已关闭