gpt4 book ai didi

javascript - laravel 在 javascript 中设置图像源路径错误

转载 作者:行者123 更新时间:2023-12-01 03:05:55 29 4
gpt4 key购买 nike

我在 JavaScript 中获取 Laravel 目录中图像的路径时遇到问题。我已经在 php 中获得了图像,但在 javascript 中没有,这里是在我的 php 中

<img src="{{ asset('image_files/' . $product->featured_img) }}" />

我在我的 javascript 中尝试了这样的操作,但出现了错误:

$("#feature_img").attr('src',asset('image_files/'+data.product[0].featured_img))

最佳答案

你可以这样定义。你错过了大括号

  $("#feature_img").attr('src',"{{asset('image_files')}}/"+data.product[0].featured_img);

关于javascript - laravel 在 javascript 中设置图像源路径错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46190524/

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