国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

c#中帶頭(聲明)的xml(封裝)生成

2020-01-18 01:11:10
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

XmlDocument downLoadFilexml = new XmlDocument();
XmlElement root = null;
XmlElement kisokChild = null;
//生成xml的頭
XmlNode xmlnode= downLoadFilexml.CreateXmlDeclaration("1.0", "utf-8", null);
downLoadFilexml.AppendChild(xmlnode);
root = downLoadFilexml.CreateElement("test");
root.SetAttribute("Guid",“1”);
root.SetAttribute("BuildID","0");
downLoadFilexml.AppendChild(root);
kisokChild = downLoadFilexml.CreateElement("testChild");
kisokChild.SetAttribute("Interval","111");
root.AppendChild(kisokChild);
Response.Write(downLoadFilexml.OuterXml);
Response.End();
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 基隆市| 唐海县| 和政县| 靖安县| 资兴市| 鱼台县| 白朗县| 务川| 和平县| 青海省| 襄樊市| 大安市| 绥中县| 弋阳县| 平塘县| 自治县| 丘北县| 南宫市| 太谷县| 河池市| 和田市| 汉源县| 集安市| 甘泉县| 台江县| 东源县| 襄樊市| 锦屏县| 武强县| 砀山县| 称多县| 彭州市| 林州市| 宣城市| 临西县| 青岛市| 陆河县| 开封市| 芦山县| 迭部县| 积石山|