美文网首页
react 内联style 设置backgroudImgae 无

react 内联style 设置backgroudImgae 无

作者: 黑色的浅蓝 | 来源:发表于2023-03-18 02:15 被阅读0次
      const App = ()=>{
        const img = 'http://xx .png'
        return <div style={{backgroudImgae :img }}></div>
      }
    

    可能的原因

    1. url 无效;
    2. url中字符串中包含空格;

    相关文章

      网友评论

          本文标题:react 内联style 设置backgroudImgae 无

          本文链接:https://www.haomeiwen.com/subject/xudsrdtx.html