public JXDocument document() { return BodyType.TEXT.equals(bodyType) && content != null ? JXDocument.create(content) : null;
確定! 回上一頁