@description parsing xml string */ public class Test { public void readStringXml(String xml) { Document doc = null; try { // read and parse the XML document
確定! 回上一頁