首圖

<?phpfunction word_cut($string, $limit, $pad="...") {      $len = mb_strlen($string,'UTF-8');     if($len <= $limit)       r......