在Common目录中建立 function.php
<?php function subtext($text, $length) { if(mb_strlen($text, 'utf8') > $length) return mb_substr($text, 0, $length, 'utf8').'...'; return $text; }
{$vo.goods_name|subtext=10}
调用方法传参数