$.post( urls, { content:this.$refs.editor.getEditorContent() } 意思就是可以在你methods方法体中,请求iframe的地址,拿到返回的数据,然后赋值到页面绑定的值。