展开全部
动态网页
<?
$html="http://地址";
echo "原文:<a href=".$html." target=_blank>".$html."</a><br>";
$v=explode(':',$html);
if ($v[0]!="http"){$html="http://".$html;}
$html = implode('', file($html));
preg_match_all("/<title>(.*)<\/title>/Usi", $html, $matches, PREG_SET_ORDER);
$title=$matches[0][1];
if ($title==""){
$title="无标题";
echo "出错了!";
?>
<?
$html="http://地址";
echo "原文:<a href=".$html." target=_blank>".$html."</a><br>";
$v=explode(':',$html);
if ($v[0]!="http"){$html="http://".$html;}
$html = implode('', file($html));
preg_match_all("/<title>(.*)<\/title>/Usi", $html, $matches, PREG_SET_ORDER);
$title=$matches[0][1];
if ($title==""){
$title="无标题";
echo "出错了!";
?>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询