我的知识记录

请问织梦模板内加入PHP代码

方法一:模板页面内嵌入PHP {dede:name runphp='yes'} $str = "hello"; @me = $str; @me .= "world"; {/dede:name} 最终输出结果为 hello world。 方法