共计 176 个字符,预计需要花费 1 分钟才能阅读完成。
子页面的方法:
var active = {getContent:function () {return layedit.getContent(contentIndex)
}
}
window.parent._active = active;
父页面调用:
var content = window._active.getContent();
field.content = content;
正文完
发表至: javascript
2020-06-02