摘要: package example6;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.Iterator;import java.util.List;import j 阅读全文
posted @ 2018-06-15 23:57 宝娟 阅读(5685) 评论(0) 推荐(0)
摘要: 基本代码: student.xml <?xml version="1.0" encoding="UTF-8"?><student> <stu> <id>100</id> <name>猴哥</name> <age>20</age> </stu> <stu> <id>200</id> <name>超儿< 阅读全文
posted @ 2018-06-15 10:28 宝娟 阅读(191) 评论(0) 推荐(0)