gpt4 book ai didi

symfony - 如何在 Twig 文件中获取参数

转载 作者:行者123 更新时间:2023-12-02 05:42:44 28 4
gpt4 key购买 nike

我如何在 TWIG 文件中使用 $_GET 参数,就像使用 PHP 和使用 JS 发出警报一样。

URI-> ?comment=added...

在 TWIG 中,

    if($_GET['comment'] == "added"){
...echo '<script>alert("in TWIG file!");</script>';
}

最佳答案

希望对你有帮助

{% if app.request.get('comment') == "added" %}
<script>alert("in TWIG file!");</script>
{% endif %}

关于symfony - 如何在 Twig 文件中获取参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17778936/

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