在另一個函式中,將需要使用的函式繫結在window下
// UEditor
$(function () {
window.ue = UE.getEditor('editor', { // ue即可成為全域性的
'initialFrameHeight': 400,
'serverUrl': '/ueditor/upload/'
});
});
在另一個函式中,將需要使用的函式繫結在window下
// UEditor
$(function () {
window.ue = UE.getEditor('editor', { // ue即可成為全域性的
'initialFrameHeight': 400,
'serverUrl': '/ueditor/upload/'
});
});
轉載於:https://www.cnblogs.com/tangpg/p/9295018.html