Angular/TypeScript:获取 <p> 的背景图片 URL
Posted
技术标签:
【中文标题】Angular/TypeScript:获取 <p> 的背景图片 URL【英文标题】:Angular/TypeScript: Get background Image URL of <p> 【发布时间】:2018-10-23 23:39:12 【问题描述】:如何在 angular/typescript 中获取 <p>
元素的 background-image
,即我有以下元素,我只想获取图像值 image.jpeg
,我该如何获取?
<p
class="employer__image"
style='background-image: url("image.jpeg")'>
</p>
【问题讨论】:
【参考方案1】:你可以使用style.backgroundImage
访问它,它会返回'url("image.jpeg")'
【讨论】:
我的意思是,console.log(employerImage)
会返回什么?
让我们continue this discussion in chat。以上是关于Angular/TypeScript:获取 <p> 的背景图片 URL的主要内容,如果未能解决你的问题,请参考以下文章
如何从 Angular2(Typescript)中的 Json 数组中获取值的总和
从Angular TypeScript中来自firestore的数据中获取未定义
在 Angular2 TypeScript 中注释(出)代码
Angular 8 / Typescript在调用数据时设置接口的属性