Rumah >pembangunan bahagian belakang >tutorial php >怎么做到smarty中变量与字符串的连接
如何做到smarty中变量与字符串的连接?
functionA是一个自定义smarty的插件,这个函数有一个参数url.
但是url的值由字符串1,变量$onetopic.id,字符串2组成。
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->{fuctionA url='str2{$onetopic.id}str2'}
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->{fuctionA url='str2'.'$onetopic.id'.'str2'}