react 中 引入图片的几种方式

//方式一: import tsIcon from '../images/typescript.jpeg'; //方式二: const tsIcon = require( '../images/typescript.jpeg'); //使用方式一:<img src={tsIcon} alt= "" /> //使用方式二:<div style={{ background: `url(${tsIcon
相关文章
相关标签/搜索