gpt4 book ai didi

PHP { } 和 {{ }} 有什么区别

转载 作者:太空宇宙 更新时间:2023-11-04 14:29:47 25 4
gpt4 key购买 nike

我正在使用 PHP Laravel 框架,我看到了一些代码示例,其中 {{ }} 在 html 代码中使用,如下所示:

<link rel="stylesheet" href=" {{ URL::to('css/app.css') }} ">

我的结论是 {{ }} 用于在 HTML 中编写非 HTML 代码,对吗?

{ } 的用途是什么?

感谢您的回答。

最佳答案

Blade 中没有{ }{{ }} 显示转义数据和{!! !!} 显示未转义的数据。

By default, Blade {{ }} statements are automatically sent through PHP's htmlentities function to prevent XSS attacks. If you do not want your data to be escaped, you may use the following syntax:

Hello, {!! $name !!}.

https://laravel.com/docs/5.3/blade#displaying-data

关于PHP { } 和 {{ }} 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39290377/

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