图片加载,创建事件监听

Posted winyh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片加载,创建事件监听相关的知识,希望对你有一定的参考价值。

     <img
          src={`https://zos.alipayobjects.com/rmsportal/${val}.png`}
          
          style={{ width: ‘100%‘, verticalAlign: ‘top‘ }}
          onLoad={() => {
          // fire window resize event to change height
           window.dispatchEvent(new Event(‘resize‘));
           this.setState({ imgHeight: ‘auto‘ });
      }}
     />        

  

以上是关于图片加载,创建事件监听的主要内容,如果未能解决你的问题,请参考以下文章