|
|
1
7
例如,使用正则表达式( pcre )并将不属于“可接受”字符类的所有字符替换为“”。
另请参见: http://docs.php.net/preg_replace
编辑:
|
|
|
2
0
你也可以这样做
|