摘要: import javax.xml.bind.annotation.XmlRootElement; //根元素 @XmlRootElementpublic class Article { private String title; private String author; private String email; private String date; //toString 方法用... 阅读全文
posted @ 2018-09-04 18:02 妖灰 阅读(1004) 评论(0) 推荐(0)