摘要:
方法一:我们使用pull第一步:需要解析的persons.xml 张三 30 李四 25 第二步:编码关键Java代码/** * @param is 输入流 * @return 人员集合 * @throws Throwable */ public static List getPersons(InputStream is) throws Throwable { List personList = new ArrayList(); Person person = null... 阅读全文
posted @ 2011-10-31 16:12
C语言程序
阅读(238)
评论(0)
推荐(0)

浙公网安备 33010602011771号