不言不语

您现在的位置是: 首页 >  PHP

PHP

PHP清空空格码%C2%A0

2022-06-06PHP
PHP清空空格码%C2%A0
$desc=str_replace(chr(0xC2).chr(0xA0),"",$des);

文章评论