Skip to content

【Angular】项目中引入图片之类静态资源文件方法 #155

Open
@deepthan

Description

@deepthan

项目中引入图片之类静态资源文件方法

html中引入,可以直接用绝对路径

<img src="assets/images/smrz.png" alt="smrz">

css中引入,用相对路径

../../assets/images/smrz.png

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions