aspose-words将tinymce中的换页符转换为word的换页符
aspose-words版本:21.1 java:1.8 tinymc:5.0.16 public void convertPageBreak() throws Exception{String sourceHtml "hello<!-- pagebreak -->world";sourceHtml sourceHtml.replaceAll("<!-- pagebreak -->…
2026-02-14