//在富文本中嵌套iframe
//preChapter vue中的建立一个页面
data(){
return{
arg:"/#/preChapter",
}
}
//获取iframe中的id
that.idQuestion = self.frameElement.getAttribute("id");
ueditor在富文本中嵌套iframe
阅读 59
2022-04-01
//在富文本中嵌套iframe
//preChapter vue中的建立一个页面
data(){
return{
arg:"/#/preChapter",
}
}
//获取iframe中的id
that.idQuestion = self.frameElement.getAttribute("id");
相关推荐
精彩评论(0)