我想使用带有百里香的summernote编辑器。根据summernote规范,我必须使用此JavaScript代码:
<div th:value="$('#summernote').summernote('code')" ...
不幸的是,我收到了百里香的异常:
org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "$('#summernote').summernote('code')"