php如何去除nbsp

php去除nbsp的方法:首先创建一个PHP代码示例文件;然后通过“preg_replace("/(\\s|\\&nbsp\\;| |\\xc2\\xa0)/", " ", strip_tags($val));”方法去除所有nbsp即可。

推荐:《PHP视频教程》

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

代码方法如下:

preg_replace("/(\\s|\\&nbsp\\;| |\\xc2\\xa0)/", " ", strip_tags($val));

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注