gpt4 book ai didi

c# - 在 XELement 中搜索一个值

转载 作者:太空宇宙 更新时间:2023-11-03 21:50:46 25 4
gpt4 key购买 nike

我有一个 XML 形式的树,将其存储在 XELement 变量中。我如何在 All Nodes 中搜索值XML,如果存在则返回 true?

最佳答案

试试这个:

bool result = element.DescendantsAndSelf().Any(e => e.Value == "cccc");

关于c# - 在 XELement 中搜索一个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14659018/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com