首先在functions.php中添加如下代码: function count_words($str){ $words = 0; $str = eregi_replace(" +", " ", $str); $array = e...