gpt4 book ai didi

image - 如何在 webroot View 中显示图像

转载 作者:行者123 更新时间:2023-12-01 11:44:17 25 4
gpt4 key购买 nike

我试图在 cakephp 的 webroot View 中显示图像。但是没有得到任何图像。请帮我;

这段代码是否正确

$this->Html->image('WWW_ROOT . img/upload/aswq.png', array('width'=>'200px'));

最佳答案

您可以使用这种方式来显示 webroot 文件夹中的图像。请注意 img 文件夹已经包含在 html 帮助器

中的路径
 echo $this->Html->image('upload/aswq.png', array('width' => '200px','alt'=>'aswq'));

将输出:

<img src="/img/upload/aswq.png" alt="aswq" />

如果我能为您提供更多帮助,请告诉我。

关于image - 如何在 webroot View 中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16868653/

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