react 中 引入圖片的幾種方式

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