我的代码:
Document document = new Document();
Section section = new Section(document);
Body body = new Body(document);
document.removeAllChildren();
section.appendChild(body);
document.appendChild(…...words-java humanhuman March 15, 2023, 12:36am #1 我的代码: Document document...序号 denis.shvydkiy March 14, 2023, 12:06pm #2 @humanhuman , 请查看以下代码:...