码迷,mamicode.com
首页 > Web开发 > 详细

正则匹配 去掉 多余的js和html标签

时间:2015-04-14 00:13:52      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

技术分享
1 $reg17 = ‘/><strong>公司介绍<\/strong><\/td>([\S\s*]+?)<\/div>/‘;
2 
3 $this->data[‘introduction‘] = preg_replace("‘<script(.*?)<\/script>‘is","",$this->data[‘introduction‘]);
4 
5 $this->data[‘introduction‘]= strip_tags($this->data[‘introduction‘],‘<br>‘);
View Code

 

正则匹配 去掉 多余的js和html标签

标签:

原文地址:http://www.cnblogs.com/qzjpkfj/p/4423490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!