📅  最后修改于: 2022-03-11 15:03:39.243000             🧑  作者: Mango
tinymce.init({
selector: 'textarea',
setup: function(editor) {
editor.on('init', function(e) {
console.log('The Editor has initialized.');
});
}
});
COPY CODE