+
95
-

php怎么正则替换字符串中的中文汉字?

php
php怎么正则替换字符串中的中文汉字?

网友回复

+
16
-
<?php
header("Content-type:text/html;charset=utf-8");
$str = "http://www.bfw.wiki/架构专题/111/如何成为架构高手.html";...

点击查看剩余70%

我知道答案,我要回答