【发布时间】:2012-10-31 10:30:17
【问题描述】:
我的 xml 如下所示
<Employee>
<Emp>
<Name id="1" link="/office1/manager"></Name>
<Name id="2" link="/office/sweeper"></Name>
<Name id="3" link="/office2/manager"></Name>
</Emp>
</Employee>
我想获取“链接”中包含字符串“manager”的员工的“id”
【问题讨论】: