React添加完整的html字符串到iframe,并显示jquery页面(iframe自适应高度)
需求:旧的jquery页面,需要引入到react中,用iframe引入,并且初始化jquery的一些数据,还要根据子内容来自适应iframe高度constcontentIFrameRef=useRef(null)useEffect(()=>{initdata()},[])constinitdata=async()=>{constiframe:any=contentIFrameRef.current