gpt4 book ai didi

php - 如何在blade文件laravel中添加html标签双花括号

转载 作者:行者123 更新时间:2023-12-02 03:01:49 24 4
gpt4 key购买 nike

$slider->details 值是数据库中的 slider 标题,但未呈现。

I have solved it by php echo (<?php echo $slider->details; ?>) but I want to use 

改为 Blade 语法。

最佳答案

By default, Blade {{ }} statements are automatically sent through PHP's htmlspecialchars function to prevent XSS attacks.

如果你不希望数据被转义那么你需要使用{!! !!} 而不是 {{ }}:

{!! $slider->details !!}

Documentation用于显示数据。

关于php - 如何在blade文件laravel中添加html标签双花括号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59798690/

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