thinkphp 模板 分割字符串

浏览:6239 发布日期:2015/12/29 分类:求助交流 关键字: 水镜老师|九宫战法 前台模版怎样分割
这是后台输出 的数据
array (size=1)
0 =>
array (size=10)
'id' => string '4' (length=1)
'start_time' => string '1451347200' (length=10)
'end_time' => string '1451347200' (length=10)
'one_title' => string '水镜老师|九宫战法' (length=25)
'two_title' => string '水镜老师|九宫战法' (length=25)
'three_title' => string '水镜老师|九宫战法' (length=25)
'four_title' => string '水镜老师|九宫战法' (length=25)
'five_title' => string 'sjdfhasdfuh adfdfasdfasdf' (length=25)
'sort' => string '4' (length=1)
'beiyong2' => null

后台分割是正常的
array (size=2)
0 => string '水镜老师' (length=12)
1 => string '九宫战法' (length=12)

求大神帮忙怎么解决在模版里 如何 分割字符串 我试了用explode 不行
最佳答案
评论( 相关
后面还有条评论,点击查看>>