摘要: private String obj2xml(Object obj) { try { JAXBContext context = JAXBContext.newInstance(CFX.class);// CFX是xml主实体对象 Marshaller marshaller = context.cr 阅读全文
posted @ 2019-08-22 09:12 维华 阅读(419) 评论(0) 推荐(0)