<!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
0 评论
评论已关闭