gpt4 book ai didi

php - smarty 不显示带双引号的文本

转载 作者:行者123 更新时间:2023-12-02 05:04:40 24 4
gpt4 key购买 nike

我正在使用 smarty 作为模板。我正在处理一个渲染问题。我有一个变量值是

this is text" data

但是当我在 tpl 文件中打印这个值时,它只打印 this is text 除了

this  is text" data

为什么会这样?请帮忙提前致谢

最佳答案

在 smarty 中,您可以使用 {$variable|escape:'format'} 转义数据

在这种情况下,html 格式应该可以解决问题

{$variable|escape:html}

引用:http://smarty.net/docsv2/en/language.modifier.escape.tpl

关于php - smarty 不显示带双引号的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16460457/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com