');"> 最佳答案 Rajdeep Paul 是正确的,变量也无效 您的-6ren">
gpt4 book ai didi

php - 在 PHP 中使用背景图像

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

我用 php 从数据库中检索图像然后我想在 html 中使用这张图片作为背景。

我尝试使用这段代码,但它不起作用:

<div class="fill" style="background-image:url('<?php echo "<img src='getImg.php?id=$13'>"; ?>');"></div>

最佳答案

Rajdeep Paul 是正确的,变量也无效

您的 css 语法不正确:

<div class="fill" style="background-image:url('<?php echo "getImg.php?id=$X13" ?>')"></div>

没有<img src ...

关于php - 在 PHP 中使用背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37175043/

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