使用Properties类的loadFromXml解析xml

报Document root element "student", must match DOCTYPE root "null".异常

<?xml version="1.0" encoding="utf-8"?>
<students>
 <student>
  <name>abc</name>
  <age>18</age>
 </student>
</students>

作者:wenhai_zhang 发表于2009-12-2 10:19:00 原文链接
阅读:18 评论:1 查看评论

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-09-21
  • 2021-12-08
  • 2021-08-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
相关资源
相似解决方案