smarty 字符串连接 发表于2012 年 7 月 2 日由ares 回复 smarty函数参数中的字符串连接可以用 ` 符号实现 {$t|funcName:"xx`$var`"} 字符串变量拼接 {$optAddData={$optAddData|cat:'&'|cat:$v}}