0
点赞
收藏
分享

微信扫一扫

ueditor在富文本中嵌套iframe

12a597c01003 2022-04-01 阅读 59

在这里插入图片描述

//在富文本中嵌套iframe
//preChapter vue中的建立一个页面
data(){
	return{
	  arg:"/#/preChapter",
	}
}
 //获取iframe中的id
 that.idQuestion = self.frameElement.getAttribute("id");
举报

相关推荐

0 条评论