react图片:<img src={require('./img/a1.jpg')}>
react导入三方包
import Jq from 'jquery'
即可。
调用函数:{this.函数名()}
react中jQuery更改样式
slideContent.css({"right":index+"px"});
jQuery更改样式
slideContent.css(right:index+"px");
前端知识
最新推荐文章于 2024-08-15 15:54:59 发布