摘要:
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
阅读(204)
评论(0)
推荐(0)
浙公网安备 33010602011771号