标签:超过 nbsp bsp int color function 字符 使用 substr
function intercept($str,$length = 10){ if (strlen($str)>$length) $str=substr($str,0,$length) . ‘...‘; return $str; }
标签:超过 nbsp bsp int color function 字符 使用 substr
原文地址:https://www.cnblogs.com/pcx105/p/9316046.html