寻找 Delphi 库/组件来读取 .Net app.config 文件
主题行确实说明了一切。
一些谷歌搜索显示相关信息的令人困惑的缺乏。一些指向现有工具的指针会很棒!
雷蒙德.
Subject line says it all really.
Some Googling has revealed a puzzling lack of relevant information. Some pointers to an existing implement would be great!
Raymond.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些都是非常简单的 XML 文件 - 您甚至可以获得 XML 架构文件 描述它们的确切结构。
在 Delphi 中解析它并以您认为合适的任何方式呈现它应该不会太难。您不需要任何特定的库或组件 - 只需 XML 解析和一点耐心:-)
Those are strictly simple XML files - you can even get a XML schema file describing their exact structure.
Shouldn't be too hard to parse that in Delphi and present it in whatever way you see fit. You don't need any specific library or component - just XML parsing and a bit of patience :-)