摘要:react中引进图片的方法:1、方式一【import tsIcon from '../images/typescript.jpeg';】;2、方式二【const tsIcon = require( './images/typescrip】。react中引
react中引进图片的方法:1、方式一【import tsIcon from \'../images/typescript.jpeg\';】;2、方式二【const tsIcon = require( \'./images/typescrip】。
react中引进图片的方法:
方式一:
import tsIcon from \'../images/typescript.jpeg\';
方式二:
const tsIcon = require( \'../images/typescript.jpeg\');
使用方式一:
<img src={tsIcon} alt= "" />
使用方式二:
<div style={{ background: `url(${tsIcon}) no-repeat`}}> </div>
使用方式三:
const styles = { test: { background: `url(${tsIcon}) no-repeat center` }}render() { return ( <div style={styles.test}></div> )}
相关文章推荐
网站谷歌评分90+意味着什么?2022-09-06
怎样将不安全网站变成安全网站访问?2022-09-26
网站排名下降,可能跟算法更新没关系2022-09-20
网站如何设置高质量的网页标题?2022-09-14
做外贸网站选哪些语言?法语、德语最吃香2022-09-13