if (! empty($_POST['url'])) {
$url = trim($_POST['url']);
$c = file_get_contents($url);
$titlepartner = preg_match_all('/(.*)<\/title>/isU', $c, $matches);
}
?>
Document
TITLE | ";{$matches[1][0]} | ";
---|
简单的写了一下,主要是写正则,去匹配读取过来的html代码字符串,有什么不明白的可以私密我,纯手打,望采纳!