gpt4 book ai didi

javascript - 如何连接两个变量作为我的 ng-src?

转载 作者:行者123 更新时间:2023-11-28 05:26:20 25 4
gpt4 key购买 nike

我有一个来 self 的 Controller 的变量,它有一个链接,还有一张来 self 的 ng-repeat 的图片。

vm.data.piclink = 'https://s3-ap-southeast-1.amazonaws.com/felda/'; 
// in my controler


//in my html
<div ng-repeat =" picturename in category.category_name_image" >
<image type="image" ng-src= "category.data.piclink" + "picturename.picture[0].filename" style="width:100%" />
//picturename.picture[0].filename = u_backpack.png
</div>

我不确定如何将两者结合起来成为一个完整的链接。我希望我的结果是这样的:https//3-ap-southeast-1.amazonaws.com/felda/u_backpack.png

最佳答案

ng-src="{{category.data.piclink + picturename.picture[0].filename}}"

关于javascript - 如何连接两个变量作为我的 ng-src?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32042704/

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