随笔分类 - XML
摘要:/// /// GetNewDate /// /// [WebMethod] public XmlDocument GetNewDate() { try { XmlDocument dom_ret = new XmlDocument(); DataTable TrackingDetailDataTable = new UserInfoBiz().GetTrackingDetailNew...
阅读全文
摘要:/// /// 添加XML /// /// private XmlDocument Add(string XFInterfaceCode, string DataSetCode, String TableDataCode, string item) { XmlDocument xd = new XmlDocument(); //创建根节点 XmlNode root = xd.DocumentElement; //创建元素 ...
阅读全文

浙公网安备 33010602011771号