【发布时间】:2011-03-14 18:48:23
【问题描述】:
我需要从 web.config 中读取配置元素。 让它成为我的 web.config。
<family>
<parents>
<child name="Hello"/>
<child name="World"/>
</parents>
<parents>
<child name="Hello1"/>
<child name="World2"/>
</parents>
</family>
所以我有这样的东西,我需要将它读入一个集合。 我该怎么做????
【问题讨论】: