gpt4 book ai didi

html - 在 Angular2 中显示默认图像

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

这是我的 html 文件中的内容:

<img src="{{( REST_URL + userId) || this.defaultImage }}" height="200" />

REST_URL 是 user/(浏览器调用 http://localhost:8080/user/123456 显示用户图像)

在我的 component.ts 文件中变量定义如下:

readonly REST_URL = 'user/';
userId: number;

并非所有用户都有图片,我希望在用户没有图片但不起作用时显示默认图片...有什么想法吗?

最佳答案

它应该只是 defaultImage

<img src="{{( REST_URL) || defaultImage }}" height="200" />

关于html - 在 Angular2 中显示默认图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47461120/

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