2013年8月19日
摘要: package com.zl.util;import org.dom4j.Document;import org.dom4j.io.SAXReader;/*** User: c3t* Date: 13-8-15* Time: 下午3:35*/public class XMLUtil { private XMLUtil() { } private static class Help { private static Document userDocuemtn; static { SAXReader saxReader = new SAXReader(); try { userDocuemtn = 阅读全文
posted @ 2013-08-19 11:52 c3tc3tc3t 阅读(203) 评论(0) 推荐(0)