文档在指定iframe中不显示

阅读次数 61

页面上有iframe <img src="https://solution-community.wps.cn/uploads/post/4S499RNnYpA.png" alt="image.png"/>

也写了参数mount <img src="https://solution-community.wps.cn/uploads/post/4S49cucj9xs.png" alt="image.png"/>

最后页面加载完又在里面套了个iframe <img src="https://solution-community.wps.cn/uploads/post/4S49kGMngQL.png" alt="image.png"/> 文档一直显示不出来,这个是哪里出了问题?

1 Answers

你好,SDK初始化时会自动创建iframe元素,所以请不要再将挂载元素设置为iframe,可以使用body或者div等块级元素。