这是我的代码初始化:
tinymce.init({
selector: "td",
inline: true,
menubar: false,
statusbar: false,
branding: false,
browser_spellcheck: true,
toolbar: 'undo redo bold italic underline | fontselect formatselect fontsizeselect | forecolor backcolor | alignleft aligncenter alignright | superscript subscript | bullist numlist | link | code',
plugins: ['code', 'textcolor', 'link']
});