const App = ()=>{
const img = 'http://xx .png'
return <div style={{backgroudImgae :img }}></div>
}
可能的原因
- url 无效;
- url中字符串中包含空格;
const App = ()=>{
const img = 'http://xx .png'
return <div style={{backgroudImgae :img }}></div>
}
本文标题:react 内联style 设置backgroudImgae 无
本文链接:https://www.haomeiwen.com/subject/xudsrdtx.html
网友评论