当前位置:Gxlcms > PHP教程 > smarty模板处置里面有不有类似split的函数

smarty模板处置里面有不有类似split的函数

时间:2021-07-01 10:21:17 帮助过:42人阅读

smarty模板处理里面有不有类似split的函数
smarty模板处理里面有不有类似split的函数

------解决方案--------------------
{assign var=foo value=", "|explode:$var_to_explode}

不过,通常建议在php处理完了再 assign 给smarty.

人气教程排行