php正则获得网页的keywords和description部门(2)

假如你想要meta 倒不如用自带函数get_meta_tags()
$tags = get_meta_tags('');
printf("<p>输出tags数据为:</p><pre>%s</pre>\n",var_export( $tags ,TRUE));
可以查手册。

php正则得到网页的keywords和description部分

途经 2012-11-09 08:50

感谢,昨天晚上下班了健忘看了。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7860.html