国漫:看似是孩子观看的动画,实际上是给青少年以上人群观看的

smarty truncate 截取字符串
从字符串开始处截取某长度的字符,默认的长度为80
指定第二个参数作为截取字符串的长度
默认情况下,smarty会截取到一个词的末尾,
如果需要精确到截取多少个字符可以使用第三个参数,将其设为”true”
具体用法如下:
复制代码代码如下:

//index.php $smarty = new Smarty; 
$smarty->assign('newsTitle', 'Two Sisters Reunite after Eighteen Years at Checkout Counter.'); 
$smarty->display('index.tpl'); 
//index.tpl 
{$newsTitle} 
{$newsTitle|truncate} 
{$newsTitle|truncate:30} 
{$newsTitle|truncate:30:""} 
{$newsTitle|truncate:30:"---"} 
{$newsTitle|truncate:30:"":true}
{$newsTitle|truncate:30:"...":true}

输出结果:
Two Sisters Reunite after Eighteen Years at Checkout Counter.
Two Sisters Reunite after Eighteen Years at Checkout Counter.
Two Sisters Reunite after…
Two Sisters Reunite after
Two Sisters Reunite after—
Two Sisters Reunite after Eigh
Two Sisters Reunite after E…

创梦商城 | Messager | 家园 | 晓梦客服 | 游戏 | 音乐 | 路由器 | 粉卡 | 政企服务 | 天猫店 | 隐私政策| 问题反馈

© ConmengMall.Com     炫梦(上海)动漫文化发展有限公司    沪ICP备10004645号-1
违法和不良信息举报电话:135-8572-0501,本网站所列数据,除特殊说明,所有数据均出自我司实验室测试

探索黑科技,创梦为发烧而生