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

 $reg17 = '/><strong>公司介绍<\/strong><\/td>([\S\s*]+?)<\/div>/';

 $this->data['introduction'] = preg_replace("'<script(.*?)<\/script>'is","",$this->data['introduction']);

 $this->data['introduction']= strip_tags($this->data['introduction'],'<br>');
上一篇:poj3187-Backward Digit Sums(枚举全排列)


下一篇:matlab中矩阵的表示与简单操作