summernote 自带标签显示中文

1.引入<script src="/summernote/lang/summernote-zh-CN.js"></script>
2.调用 $('#summernote').summernote({
lang:'zh-CN'
});