Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用loopc# 中的以下代码并获取count = 0
loop
count = 0
我在做下面的代码
foreach (XmlNode intraday_series in source_file.DocumentElement.SelectNodes("//IntradayStructuring ")) { }
但还是intraday_series is 0
intraday_series is 0