Heim > Artikel > Backend-Entwicklung > 正则不会 求解决解决办法
正则不会 求解决
怎么用正则删除网页的head 和 foot部分
页面是生成的
或者有其他方法 删除网页的head 和 foot部分 请赐教
------解决方案--------------------
删除掉
$string = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="正则不会 求解决 PHP 基础编程" name="Keywords"><meta content="怎么用正则删除网页 head 和 foot部分 页面是生成 或者有其他方法 删除网页 head 和 foot部分 请赐教" name="description"><title>正则不会 求解决 - PHP / 基础编程</title><link href="http://c.csdn.net/bbs/t/5/t5.css" rel="stylesheet" type="text/css">dsgfdg<br><foot> <span style="color:red">dsgfdg</span></foot>'; $pattern = '/(<head.>.*)|(<foot.>.*)/i'; print preg_replace($pattern, '', $string); <div class="clear"> </div></foot.></head.>