已采纳回答 / heheheeh
格式化的xml文件用于保存结构数据或者读取结构数据不同的应用程序都可以读取xml文件xml就想到与不同语言不同软件不同服务器平台等互相交互传递数据的通用语言or格式我是这么理解的
2016-11-30
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SAXBuilder cannot be resolved to a type
SAXBuilder cannot be resolved to a type
at com.jianghaiping8.JdomText.main(JdomText.java:9)
jar已导入 为什么会这样
SAXBuilder cannot be resolved to a type
SAXBuilder cannot be resolved to a type
at com.jianghaiping8.JdomText.main(JdomText.java:9)
jar已导入 为什么会这样
2016-11-27
"book".equals(qName);这样比较规范,不会报异常;虽然我知道老师肯定知道,只是没注意罢了
2016-11-24