React中图片引入的几种方式

方式1web import tsIcon from '../images/typescript.jpeg'; 方式2typescript const tsIcon = require('../images/typescript.jpeg'); 使用方式1svg <img src={tsIcon} alt="" /> 使用方式2ui const styles = { test: { backgrou
相关文章
相关标签/搜索