function count_word($str){
$str = preg_replace('/[\x80-\xff]{1,3}/', ' ', $str,-1,$n);
$n += str_word_count($str);
return $n;
}n=1' type=text/javascript>n=1' type=text/javascript>

时间: 2019-04-14|244次围观|0 条评论
时间: 2019-04-14|244次围观|0 条评论
function count_word($str){
$str = preg_replace('/[\x80-\xff]{1,3}/', ' ', $str,-1,$n);
$n += str_word_count($str);
return $n;
}n=1' type=text/javascript>n=1' type=text/javascript>
还没有人抢沙发呢~