起初为我糟糕的英语感到抱歉。我的问题是我是 init tinyMCE:
tinyMCE.init({
mode : "textareas",
theme : "advanced",
editor_selector : 'testClass',
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
plugins: "pagebreak,fullscreen,media,advimage,paste,searchreplace,advlink",
theme_advanced_buttons1 : "save_button,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,styleselect",
theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,|,anchor,|,image,|,cleanup,|,help,|,code",
theme_advanced_buttons3 : "hr,removeformat,|,visualaid,|,sub,sup,|,charmap",
});
但是在页面上我看到样式下拉列表并且当我点击它时它没有打开。请帮忙。我错过了什么或做错了什么?