推荐:《PHP视频教程》
php删除指定字符的方法:
代码如下:
<?php $str = "我_们_的_=家+园"; $str = str_replace(array("_","=","+"),"",$str); echo $str; ?>
该方法适用于所有品牌的电脑。