这个...
CKEDITOR.replace('layout_edit', {
toolbar: [
[ 'Undo', 'Redo' ],
[ 'Bold', 'Italic', '-', 'RemoveFormat', 'JustifyLeft', 'JustifyCenter', 'JustifyRight' ],
[ 'FontSize' ]
]
})
……变成这样……
我不知道为什么不显示对齐选项和字体大小选项。