php如何去除nbsp-LMLPHP

推荐:《PHP视频教程

php 去除所有& nbsp和html标签(& nbsp 换行 )

代码方法如下:

preg_replace("/(\s|\&nbsp\;| |\xc2\xa0)/", " ", strip_tags($val));
登录后复制

以上就是php如何去除nbsp的详细内容,更多请关注Work网其它相关文章!

09-18 00:25