C# 對(duì)XML操作入門實(shí)例

C# 對(duì)XML操作入門實(shí)例

ID:39549533

大?。?9.00 KB

頁(yè)數(shù):5頁(yè)

時(shí)間:2019-07-06

C# 對(duì)XML操作入門實(shí)例_第1頁(yè)
C# 對(duì)XML操作入門實(shí)例_第2頁(yè)
C# 對(duì)XML操作入門實(shí)例_第3頁(yè)
C# 對(duì)XML操作入門實(shí)例_第4頁(yè)
C# 對(duì)XML操作入門實(shí)例_第5頁(yè)
資源描述:

《C# 對(duì)XML操作入門實(shí)例》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。

1、C#對(duì)XML操作入門實(shí)例已知有一個(gè)XML文件(bookstore.xml)如下:復(fù)制代碼代碼如下:Oberon'sLegacyCorets,Eva5.951、往節(jié)點(diǎn)中插入一個(gè)節(jié)點(diǎn):復(fù)制代碼代碼如下:XmlDocumentxmlDoc

2、=newXmlDocument();xmlDoc.Load("bookstore.xml");XmlNoderoot=xmlDoc.SelectSingleNode("bookstore");//查找XmlElementxe1=xmlDoc.createElement_x("book");//創(chuàng)建一個(gè)節(jié)點(diǎn)xe1.SetAttribute("genre","李贊紅");//設(shè)置該節(jié)點(diǎn)genre屬性xe1.SetAttribute("ISBN","2-3631-4");//設(shè)置該節(jié)點(diǎn)ISBN屬性XmlElementxesub1=x

3、mlDoc.createElement_x("title");xesub1.InnerText="CS從入門到精通";//設(shè)置文本節(jié)點(diǎn)xe1.AppendChild(xesub1);//添加到節(jié)點(diǎn)中XmlElementxesub2=xmlDoc.createElement_x("author");xesub2.InnerText="候捷";xe1.AppendChild(xesub2);XmlElementxesub3=xmlDoc.createElement_x("price");xesub3.InnerText="58.3";xe1.Appen

4、dChild(xesub3);root.AppendChild(xe1);//添加到節(jié)點(diǎn)中xmlDoc.Save("bookstore.xml");//================結(jié)果為:復(fù)制代碼代碼如下:Oberon'sLegacyCorets,Eva5.95<

5、bookgenre="李贊紅"ISBN="2-3631-4">CS從入門到精通候捷58.32、修改節(jié)點(diǎn):將genre屬性值為“李贊紅“的節(jié)點(diǎn)的genre值改為“update李贊紅”,將該節(jié)點(diǎn)的子節(jié)點(diǎn)的文本修改為“亞勝”。復(fù)制代碼代碼如下:XmlNodeListnodeList=xmlDoc.SelectSingleNode("bookstore").ChildNodes;//獲取bookstore節(jié)點(diǎn)的所有子節(jié)點(diǎn)f

6、oreach(XmlNodexninnodeList)//遍歷所有子節(jié)點(diǎn){XmlElementxe=(XmlElement)xn;//將子節(jié)點(diǎn)類型轉(zhuǎn)換為XmlElement類型if(xe.GetAttribute("genre")=="李贊紅")//如果genre屬性值為“李贊紅”{xe.SetAttribute("genre","update李贊紅");//則修改該屬性為“update李贊紅”XmlNodeListnls=xe.ChildNodes;//繼續(xù)獲取xe子節(jié)點(diǎn)的所有子節(jié)點(diǎn)foreach(XmlNodexn1innls)//遍歷{XmlElemen

7、txe2=(XmlElement)xn1;//轉(zhuǎn)換類型if(xe2.Name=="author")//如果找到{xe2.InnerText="亞勝";//則修改break;//找到退出來(lái)就可以了}}break;}}xmlDoc.Save("bookstore.xml");//保存。//=================最后結(jié)果為:復(fù)制代碼代碼如下:Oberon'sLegacy</t</p><p>8、itle><author>Corets</p> </div> <div id="tmvkjjx" class="mt-3 bg-white"> <div id="cv3i5w7" class="d-lg-block d-none px-3 px-lg-4 py-3 border-bottom text-center font-18"> 當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文 </div> <div id="g6wv7qr" class="detail-fixed-feature d-none d-lg-block" id="detailFixedFeatureBox"> <div id="jlgxwov" class="px-3 px-lg-4 py-3 d-flex align-items-center justify-content-between fixed-feature-box" id="detailFixedFeature"> <div id="ggpl9fd" class="d-lg-flex d-none align-items-center"> <div> <a class="btn btn-outline-danger article-state" href="javascript:;" data-id="39549533" data-code="438274" data-title="C# 對(duì)XML操作入門實(shí)例"> <span>侵權(quán)申訴</span> </a> <button type="button" class="btn btn-outline-secondary with-light ml-2" data-toggle="modal" data-target="#reportModal" data-id="39549533"><span>舉報(bào)</span></button> </div> <nav class="d-flex align-items-center ml-4" id="anchorPoint"> <a href="javascript:;" class="btn btn-light anchor-pre px-2"><i class="iconfont text-muted"></i></a> <div id="2w7hgox" class="text-muted mb-0 pre-point-list" id="prePointList"> <a class="px-2 active nav-link" href="#anchorImg0">1</a> <a class="px-2 nav-link" href="#anchorImg1">1</a> <a class="px-2 nav-link" href="#anchorImg2">2</a> <a class="px-2 nav-link" href="#anchorImg3">3</a> <a class="px-2 nav-link" href="#anchorImg4">4</a> <a class="px-2 nav-link" href="#anchorImg5">5</a> / <span id="qbgv8wx" class="px-2" id="prePageNums">5</span> </div> <a href="javascript:;" class="btn btn-light anchor-next px-2"><i class="iconfont text-muted"></i></a> </nav> </div> <div id="kv2ljxg" class="d-flex align-items-center"> <p class="d-lg-block d-none font-14 text-black-50 mb-0 mr-2">此文檔下載收益歸作者所有</p> <button class="btn btn-danger detail-download-btn px-3 ml-0 font-16" data-btn="downloadfile" style="width:128px;height:40px;" data-id="39549533" data-price="2000" data-size="39.00 KB" data-page="5頁(yè)" data-type="doc" data-binddown="true" data-isold="new_content" data-vip="0" data-title="C# 對(duì)XML操作入門實(shí)例">下載文檔</button> </div> </div> </div> </div> <div id="cd2bzpq" class="d-block d-lg-none px-3 px-lg-4 py-3 border-bottom text-center font-14" style="color:#999">當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文</div> <button class="btn d-block w-100 d-lg-none btn-danger detail-download-btn px-3 ml-0 font-16" data-btn="downloadfile" data-id="39549533" data-price="2000" data-size="39.00 KB" data-page="5頁(yè)" data-type="doc" data-binddown="true" data-isold="new_content" data-vip="0" data-title="C# 對(duì)XML操作入門實(shí)例">點(diǎn)擊下載本文檔 </button> </div> <div id="9wed4ih" class="px-3 px-lg-4 py-3 bg-white mt-3"> <ul class="nav custom-tab border-bottom" id="myTab" role="tablist"> <li id="hiamu8j" class="nav-item" role="presentation"> <a class="nav-link active px-0 mr-4 font-16 font-weight-light pb-3" id="tips-tab" data-toggle="tab" href="#showTips" role="tab" aria-controls="showTips" aria-selected="true">版權(quán)提示</a> </li> <li id="wx9ipjq" class="nav-item" role="presentation"> <a class="nav-link px-0 pb-3 font-16 font-weight-light text-black-50" href="/d-39549533.html" >下載文檔</a> </li> <dl class="flex-grow-1 mb-0 d-lg-none"> <li id="gqxnkaa" class="ml-3 float-right d-lg-none"> <button type="button" class="btn btn-light" data-toggle="modal" data-target="#reportModal" data-id="39549533"><span>舉報(bào)</span></button> </li> </dl> </ul> <div id="gzhfc0l" class="tab-content with-content pt-3" id="myTabContent"> <div id="qr1ncv3" class="tab-pane fade show active font-14" id="showTips" role="tabpanel" aria-labelledby="showTips-tab"> 溫馨提示: <br> 1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問題,請(qǐng)放心下載。<br> 2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。<br> 3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。<br> 4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。 <br> </div> </div> </div> </div> <div id="2mssogw" class="detail-sidebar d-none d-lg-block"> <div class="xvncktt" id="columnDetailSiderRight"> <div id="fzro2qz" class="detail-yourlike mt-0 pb-2" id="relativeArticle"> <div id="zs17g9v" class="border-bottom py-2 d-flex align-items-center justify-content-between"> <h5 class="font-16">相關(guān)文章</h5> <a class="font-14 hover-letter-spacing" href="/ucenter/search/index.html?text=C# 對(duì)XML操作入門實(shí)例" target="_blank" rel="nofollow">更多<i class="iconfont font-12 pl-1"></i></a> </div> <ul class="font-14 like-list"> <li id="ign7gvd" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-12182733.html" title="pbdom操作xml文檔輕松入門_powerbuilder" target="_blank">pbdom<span id="xlbangf" class="text-danger">操</span><span id="cckbbir" class="text-danger">作</span>xml文檔輕松<span id="nvvstlr" class="text-danger">入</span><span id="blbrrks" class="text-danger">門</span>_powerbuilder</a> </li> <li id="o0zzmgh" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-14791341.html" title="c#操作xml:增,刪,改,查操作" target="_blank">c<span id="wctsqr3" class="text-danger">#</span><span id="6yhxgm0" class="text-danger">操</span><span id="wzet77k" class="text-danger">作</span>xml:增,刪,改,查<span id="ytfwtaq" class="text-danger">操</span><span id="iztayyd" class="text-danger">作</span></a> </li> <li id="43zgvxp" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-18556675.html" title="java操作xml編程實(shí)例解析new" target="_blank">java<span id="p47nld2" class="text-danger">操</span><span id="kbaemsr" class="text-danger">作</span>xml編程<span id="1flvcdc" class="text-danger">實(shí)</span><span id="gyd2nmb" class="text-danger">例</span>解析new</a> </li> <li id="gvxfmpf" class=""> <a class="text-ellipsis office-icon text-dark office-icon-docx" href="/p-21752492.html" title="c#操作xml數(shù)據(jù)常用方法" target="_blank">c<span id="lp5ulal" class="text-danger">#</span><span id="kkar2x2" class="text-danger">操</span><span id="hbyhmpn" class="text-danger">作</span>xml數(shù)據(jù)常用方法</a> </li> <li id="pxzgxgq" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-25373375.html" title="c#操作webservice(經(jīng)典入門教程及實(shí)例)" target="_blank">c<span id="um8k2ak" class="text-danger">#</span><span id="w6ihddx" class="text-danger">操</span><span id="jndlb8i" class="text-danger">作</span>webservice(經(jīng)典<span id="ypwnmep" class="text-danger">入</span><span id="d03j3hq" class="text-danger">門</span>教程及<span id="8zj5fnt" class="text-danger">實(shí)</span><span id="oipywev" class="text-danger">例</span>)</a> </li> <li id="lpyb2yg" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-27894990.html" title="c#操作xml讀xml,寫xml,更新,刪除節(jié)點(diǎn),與dataset結(jié)合等" target="_blank">c<span id="d2k6rc6" class="text-danger">#</span><span id="w81yxmc" class="text-danger">操</span><span id="brihp7y" class="text-danger">作</span>xml讀xml,寫xml,更新,刪除節(jié)點(diǎn),與dataset結(jié)合等</a> </li> <li id="euj05oj" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-34722008.html" title="c#操作xml:增刪改查" target="_blank">c<span id="siywwd7" class="text-danger">#</span><span id="bwetcdu" class="text-danger">操</span><span id="1rz3jd1" class="text-danger">作</span>xml:增刪改查</a> </li> <li id="qb5vkt2" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-37899331.html" title="XML語(yǔ)言入門及基本操作" target="_blank"><span id="qbpfmfx" class="text-danger">X</span><span id="nnx914w" class="text-danger">M</span><span id="nwofmon" class="text-danger">L</span>語(yǔ)言<span id="sbzpdnd" class="text-danger">入</span><span id="phrpgzp" class="text-danger">門</span>及基本<span id="ny1kskl" class="text-danger">操</span><span id="oxaaf2g" class="text-danger">作</span></a> </li> <li id="tasovee" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-40525504.html" title="c#操作XML(讀XML,寫XML,更新,刪除節(jié)" target="_blank">c<span id="efwmnfv" class="text-danger">#</span><span id="f0jhqh9" class="text-danger">操</span><span id="qy4ymuk" class="text-danger">作</span><span id="fctx7xx" class="text-danger">X</span><span id="4mzs3rz" class="text-danger">M</span><span id="cm6o9ik" class="text-danger">L</span>(讀<span id="u679gpv" class="text-danger">X</span><span id="umssisj" class="text-danger">M</span><span id="0jpowe0" class="text-danger">L</span>,寫<span id="88lxmte" class="text-danger">X</span><span id="jzqppn2" class="text-danger">M</span><span id="fhpe258" class="text-danger">L</span>,更新,刪除節(jié)</a> </li> <li id="4k8xirh" class=""> <a class="text-ellipsis office-icon text-dark office-icon-doc" href="/p-47708044.html" title="C#、asp、.net操作xml增刪改" target="_blank"><span id="qcjhdd7" class="text-danger">C</span><span id="dhkz7qn" class="text-danger">#</span>、asp、.net<span id="ihahqqp" class="text-danger">操</span><span id="gqaahzi" class="text-danger">作</span>xml增刪改</a> </li> </ul> </div> <div id="wnvsk4b" class="detail-yourlike pb-2"> <div id="mou1aak" class="border-bottom py-2"> <h5 class="font-16">相關(guān)標(biāo)簽</h5> </div> <ul class="font-14 like-list d-flex flex-wrap"> <a class="search-tag" href="/tags/1565921/" target="_blank">入門</a> <a class="search-tag" href="/tags/1456227/" target="_blank">實(shí)例</a> <a class="search-tag" href="/tags/540160/" target="_blank">操作</a> </ul> </div> <script src="/d/js/acmsd/thea1.js"></script> </div> </div> </div> <footer> <div id="kvnt2xy" class="container d-none d-lg-block mb-4"> <div id="fqpefnv" class="d-flex justify-content-between footer-nav"> <ul class="d-flex foot-nav"> <li> <h5>常見問題</h5> <a class=text-decoration-none href=/help/wenti/upload/ target=_blank> 關(guān)于上傳 </a><a class=text-decoration-none href=/help/wenti/xiazai/ target=_blank> 關(guān)于下載 </a><a class=text-decoration-none href=/help/wenti/qinquan/ target=_blank> 關(guān)于侵權(quán) </a><a class=text-decoration-none href=/help/wenti/fenxaing/ target=_blank> 分享文檔賺錢教程 </a> </li> <li> <h5>關(guān)于我們</h5> <a class=text-decoration-none href=/help/about/wzjs/ target=_blank> 網(wǎng)站介紹 </a><a class=text-decoration-none href=/help/about/gywm/ target=_blank> 關(guān)于我們 </a><a class=text-decoration-none href=/help/about/lxwm/ target=_blank> 聯(lián)系我們 </a> </li> <li> <h5>版權(quán)問題</h5> <a class=text-decoration-none href=/help/banquan/bqsm/ target=_blank> 版權(quán)聲明 </a><a class=text-decoration-none href=/help/banquan/qqcl/ target=_blank> 侵權(quán)處理 </a><a class=text-decoration-none href=/help/banquan/mzsm/ target=_blank> 免責(zé)聲明 </a> </li> <li> <h5>協(xié)議條款</h5> <a class=text-decoration-none href=/help/xieyi/yhxy/ target=_blank> 用戶協(xié)議 </a><a class=text-decoration-none href=/help/xieyi/fwtk/ target=_blank> 用戶服務(wù)條款 </a><a class=text-decoration-none href=/help/xieyi/ysbh/ target=_blank> 用戶隱私保護(hù) </a> </li> <li> <h5>網(wǎng)站導(dǎo)航</h5> <a class="text-decoration-none help-nav-item" href="/sitemaps.xml" data-name="網(wǎng)站地圖" target="_blank">網(wǎng)站地圖</a> <a class="text-decoration-none help-nav-item" href="/list.html" data-name="全部分類" target="_blank">全部分類</a> <a class="text-decoration-none help-nav-item" href="/sitemaps/index.html" data-name="資源地圖" target="_blank">資源地圖</a> </li> </ul> <div id="3dckz3q" class="foot-qrcode d-flex"> <div> <div id="vxwmted" class="subsitute-bg"><img src="http://rishikeshbazar.com/d/file/2022/07-08/f23df57d987ef7ad9acb33fe5abf9854.jpg"></div> <p>關(guān)注公眾號(hào)<br></p> </div> </div> </div> </div> <div id="lwlkogy" class="footer-copyright"> <p><a href="/" target="_blank">天天文庫(kù)</a>站為“文檔C2C交易模式”,即用戶上傳的文檔直接賣給(下載)用戶,本站只是中間服務(wù)平臺(tái),本站所有文檔下載所得的收益歸上傳人(含作者)所有【成交的100%(原創(chuàng))】。</p> <p>本站是網(wǎng)絡(luò)服務(wù)平臺(tái)方,若您的權(quán)利被侵害,侵權(quán)客服QQ:3074922707 歡迎舉報(bào)。</p> <p>Copyright 2004-2021 <a href="http://rishikeshbazar.com/" target="_blank">wenku365.com</a> All Rights Reserved <a rel="nofollow" target="_blank">閩ICP備15016911號(hào)-5 </a></p> <p>閩公網(wǎng)安備 <a rel="nofollow" target="_blank">35052402000320</a></p> <p> <a href="http://rishikeshbazar.com/zt.html" target="_blank">專題文集</a> <a href="http://rishikeshbazar.com/zt-90007.html" target="_blank">丨職業(yè)培訓(xùn)</a> <a href="http://rishikeshbazar.com/zt-90005.html" target="_blank">丨實(shí)用范文</a> <a href="http://rishikeshbazar.com/zt-90010.html" target="_blank">丨商業(yè)材料</a> <a href="http://rishikeshbazar.com/zt-90013.html" target="_blank">丨合同協(xié)議</a> <a href="http://rishikeshbazar.com/zt-90009.html" target="_blank">丨PPT專題</a></p> </div> </footer> <script src="http://static.wenku365.com/wenku365/js/global.min.js?"></script> <script src="http://static.wenku365.com/wenku365/js/clipboard.min.js?"></script> <script src="http://static.wenku365.com/wenku365/js/jquery.treeview.js?"></script> <script src="http://static.wenku365.com/wenku365/js/jquery.share.min.js?"></script> <script src="http://static.wenku365.com/wenku365/js/common.min.js?"></script> <script src="http://static.wenku365.com/wenku365/js/downloadFile.js?"></script> <script src="http://static.wenku365.com/wenku365/js/loginWindow.js?"></script> <script src="http://static.wenku365.com/wenku365/js/windowRecharge.js?"></script> <script src="http://static.wenku365.com/wenku365/js/viewer.min.js?"></script> <script src="http://static.wenku365.com/wenku365/js/detail.js?"></script> <!-- 2023-05-07 08:30:47 --> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://rishikeshbazar.com/" title="99视频在线播放喷射">99视频在线播放喷射</a> <div class="friend-links"> </div> </div> </footer> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="aszlc" class="pl_css_ganrao" style="display: none;"><code id="aszlc"></code><form id="aszlc"><ins id="aszlc"></ins></form><abbr id="aszlc"></abbr><noscript id="aszlc"><tr id="aszlc"><tt id="aszlc"></tt></tr></noscript><optgroup id="aszlc"></optgroup><small id="aszlc"></small><strike id="aszlc"></strike><wbr id="aszlc"></wbr><strike id="aszlc"></strike><tt id="aszlc"><center id="aszlc"><thead id="aszlc"></thead></center></tt><pre id="aszlc"></pre><code id="aszlc"></code><form id="aszlc"><dfn id="aszlc"><center id="aszlc"><wbr id="aszlc"></wbr></center></dfn></form><strike id="aszlc"><big id="aszlc"></big></strike><listing id="aszlc"></listing><tbody id="aszlc"></tbody><noframes id="aszlc"></noframes><th id="aszlc"><var id="aszlc"><style id="aszlc"><abbr id="aszlc"></abbr></style></var></th><legend id="aszlc"></legend><ruby id="aszlc"></ruby><xmp id="aszlc"><strong id="aszlc"></strong></xmp><abbr id="aszlc"><pre id="aszlc"><font id="aszlc"><td id="aszlc"></td></font></pre></abbr><track id="aszlc"><abbr id="aszlc"><em id="aszlc"></em></abbr></track><acronym id="aszlc"><span id="aszlc"></span></acronym><abbr id="aszlc"></abbr><optgroup id="aszlc"></optgroup><option id="aszlc"></option><strong id="aszlc"></strong><output id="aszlc"></output><video id="aszlc"><center id="aszlc"><progress id="aszlc"><object id="aszlc"></object></progress></center></video><tr id="aszlc"></tr><tt id="aszlc"><th id="aszlc"><pre id="aszlc"><bdo id="aszlc"></bdo></pre></th></tt><legend id="aszlc"><pre id="aszlc"><input id="aszlc"><strong id="aszlc"></strong></input></pre></legend><strong id="aszlc"><small id="aszlc"><rp id="aszlc"></rp></small></strong><dfn id="aszlc"></dfn><del id="aszlc"></del><kbd id="aszlc"><option id="aszlc"><xmp id="aszlc"></xmp></option></kbd><fieldset id="aszlc"><table id="aszlc"><strong id="aszlc"><ruby id="aszlc"></ruby></strong></table></fieldset><rp id="aszlc"><small id="aszlc"></small></rp><small id="aszlc"></small><b id="aszlc"></b><ol id="aszlc"></ol><dfn id="aszlc"><b id="aszlc"><tr id="aszlc"><address id="aszlc"></address></tr></b></dfn><address id="aszlc"><tr id="aszlc"><ol id="aszlc"><strong id="aszlc"></strong></ol></tr></address><ins id="aszlc"><abbr id="aszlc"><center id="aszlc"><tbody id="aszlc"></tbody></center></abbr></ins><ol id="aszlc"><legend id="aszlc"><th id="aszlc"></th></legend></ol><tr id="aszlc"><style id="aszlc"></style></tr><input id="aszlc"></input><style id="aszlc"><strong id="aszlc"><tr id="aszlc"><button id="aszlc"></button></tr></strong></style><tfoot id="aszlc"><pre id="aszlc"><dfn id="aszlc"></dfn></pre></tfoot><tr id="aszlc"></tr><track id="aszlc"></track><span id="aszlc"><pre id="aszlc"><cite id="aszlc"></cite></pre></span><form id="aszlc"><legend id="aszlc"></legend></form><label id="aszlc"></label><blockquote id="aszlc"></blockquote><tt id="aszlc"></tt><strong id="aszlc"></strong><i id="aszlc"></i><ruby id="aszlc"></ruby><thead id="aszlc"><wbr id="aszlc"></wbr></thead><object id="aszlc"><strong id="aszlc"><kbd id="aszlc"></kbd></strong></object><label id="aszlc"><code id="aszlc"></code></label><legend id="aszlc"><var id="aszlc"><style id="aszlc"><em id="aszlc"></em></style></var></legend><button id="aszlc"><kbd id="aszlc"></kbd></button><noframes id="aszlc"></noframes><video id="aszlc"></video><strong id="aszlc"></strong><sup id="aszlc"><tr id="aszlc"><strong id="aszlc"><center id="aszlc"></center></strong></tr></sup><ruby id="aszlc"></ruby><menu id="aszlc"><output id="aszlc"><track id="aszlc"><thead id="aszlc"></thead></track></output></menu><pre id="aszlc"></pre><abbr id="aszlc"><th id="aszlc"></th></abbr><center id="aszlc"><tbody id="aszlc"><object id="aszlc"><rt id="aszlc"></rt></object></tbody></center><pre id="aszlc"></pre><form id="aszlc"></form><pre id="aszlc"><thead id="aszlc"><dfn id="aszlc"></dfn></thead></pre><em id="aszlc"></em><noframes id="aszlc"></noframes><fieldset id="aszlc"><rt id="aszlc"></rt></fieldset><nobr id="aszlc"></nobr><th id="aszlc"><form id="aszlc"></form></th><strike id="aszlc"><strong id="aszlc"></strong></strike><tt id="aszlc"><big id="aszlc"><meter id="aszlc"></meter></big></tt><noscript id="aszlc"></noscript><nobr id="aszlc"><em id="aszlc"><ul id="aszlc"></ul></em></nobr><form id="aszlc"><menuitem id="aszlc"><blockquote id="aszlc"></blockquote></menuitem></form><ins id="aszlc"><wbr id="aszlc"></wbr></ins><nobr id="aszlc"></nobr><rp id="aszlc"></rp><label id="aszlc"><code id="aszlc"><li id="aszlc"><bdo id="aszlc"></bdo></li></code></label><listing id="aszlc"></listing><dfn id="aszlc"></dfn><dfn id="aszlc"></dfn><rt id="aszlc"><thead id="aszlc"></thead></rt><blockquote id="aszlc"><sup id="aszlc"><source id="aszlc"><address id="aszlc"></address></source></sup></blockquote><button id="aszlc"><dd id="aszlc"></dd></button><input id="aszlc"><legend id="aszlc"><dfn id="aszlc"></dfn></legend></input><strike id="aszlc"></strike><em id="aszlc"><ul id="aszlc"></ul></em></div> </html>