02 2020 档案
摘要:XmlReader xmlReader=new XmlReader; xmlReader.ReadToFollowing("terminalno");//一直读取,直到找到具有指定限定名的元素 xmlReader.ReadToNextSibling("cardnet");//让XMLReader前进
阅读全文
摘要:using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Text; using System.Collections.Generic; using M
阅读全文