$.post(
urls,
{
content:this.$refs.editor.getEditorContent()
}
意思就是可以在你methods方法体中,请求iframe的地址,拿到返回的数据,然后赋值到页面绑定的值。
$.post(
urls,
{
content:this.$refs.editor.getEditorContent()
}
意思就是可以在你methods方法体中,请求iframe的地址,拿到返回的数据,然后赋值到页面绑定的值。
本文标题:解决iframe dency 问题
本文链接:https://www.haomeiwen.com/subject/jgdawftx.html
网友评论