2014年全國計(jì)算機(jī)等級考試二級web程序設(shè)計(jì)習(xí)題

字號:

為大家收集整理了《2014年全國計(jì)算機(jī)等級考試二級web程序設(shè)計(jì)習(xí)題》供大家參考,希望對大家有所幫助!?。?BR>    一、選擇題
    1、 Internet使用的網(wǎng)絡(luò)協(xié)議是(  )。
    A.3CP協(xié)議
    B.TCP/IP協(xié)議
    C.UDP協(xié)議
    D.IP協(xié)議
    2、 下列哪個(gè)屬性是用來定義內(nèi)聯(lián)樣式的?(  )
    A.font
    B.class
    C.styles
    D.style
    3、 在JavaScript語言中,要定義局部變量則可以(  )。
    A.由關(guān)鍵字private在函數(shù)內(nèi)定義
    B.由關(guān)鍵字private在函數(shù)外定義
    C.由var在函數(shù)內(nèi)定義
    D.由關(guān)鍵字var在函數(shù)外定義
    4、 下列語句中,顯示沒有下畫線的超鏈接的語句是(  )。
    A.a(chǎn){text—decoration:none}
    B.a(chǎn){text—decoration:no underline}
    C.a(chǎn){underline:none}
    D.a(chǎn){decoration:no underline}
    5、 下列哪個(gè)不屬于DOM元素結(jié)點(diǎn)類型?
    A.元素結(jié)點(diǎn)
    B.文本結(jié)點(diǎn)
    C.屬性結(jié)點(diǎn)
    D.樣式結(jié)點(diǎn)
    6、 在HTML頁面中哪些部分能夠插入JavaScript?
    A.部分
    B.部分
    C.部分和部分均可
    D.部分<BR>    7、 在以下選項(xiàng)中,能IE確聲明數(shù)組并進(jìn)行初始化的語句是(  )。<BR>    A.str=new Dimension('1','2','3');<BR>    B.str=new dimension('1','2','3');<BR>    C.str:new Array('1','2','3');<BR>    D.str=new array('1','2','3');<BR>    8、 下列關(guān)于Internet和Web的說法中,正確的是(  )。<BR>    A.Web就是Internet的別稱<BR>    B.Web是基于Internet之上的一個(gè)應(yīng)用服務(wù)<BR>    C.Internet是基于Web之上的一個(gè)信息系統(tǒng)<BR>    D.Internet與Web沒有任何關(guān)系<BR>    9、HTTP協(xié)議的內(nèi)容協(xié)商消息頭包括(  )。<BR>    i.內(nèi)容協(xié)商消息頭 ii.緩存控制消息頭<BR>    iii.條件控制消息頭iv.服務(wù)器狀態(tài)消息頭<BR>    A.i和ii<BR>    B.i、ii和 iii<BR>    C.ii和 iii<BR>    D.iii和iv<BR>    10、 URI的全稱是(  )。<BR>    A.標(biāo)準(zhǔn)資源描述符<BR>    B.標(biāo)準(zhǔn)資源標(biāo)識(shí)符<BR>    C.通用資源描述符<BR>    D.通用資源標(biāo)識(shí)符<BR>    11、在URL中,默認(rèn)的Web服務(wù)器的端口是(  )。<BR>    A.80<BR>    B.8080<BR>    C.1024<BR>    D.2048<BR>    12、 改變某個(gè)元素的文本顏色的 CSS屬性是(  )。<BR>    A.text—color<BR>    B.Fgcoior<BR>    C.color<BR>    D.text—color<BR>    13、 CSS指的是下列(  )的縮寫。<BR>    A.Computer Style Sheets<BR>    B.Cascading Style Sheets<BR>    C.Creative Style Sheets<BR>    D.Colorful Style Sheets<BR>    14、 瀏覽器中用于負(fù)責(zé)向用戶顯示數(shù)據(jù)的是(  )。<BR>    A.WWW<BR>    B.IP地址<BR>    C.HTML<BR>    D.DNS<BR>    15、 for(i=1;i<=10;i=i+3)for(j=2;j<6;j++){··…·}的循環(huán)次數(shù)是(  )。<BR>    A.16<BR>    B.18<BR>    C.14<BR>    D.12<BR>    16、 如果要在表單中創(chuàng)建一個(gè)普通文本框,下列標(biāo)記中正確的是(  )。<BR>    A.<input type=”text”><BR>    B.<input type=”password”><BR>    C.<input type=”CheCkbox”><BR>    D.<input type=”radio”><BR>    17、 下列語句中,正確地執(zhí)行當(dāng)i等于5時(shí)執(zhí)行一些語句的條件語句是(  )。<BR>    A.if(i==5)<BR>    B.if i=5 then<BR>    C.if i=5<BR>    D.if i==5 then<BR>    18、 HTML是一種標(biāo)記語言,它是由(  )解釋執(zhí)行的。<BR>    A.不需要解釋<BR>    B.Windows<BR>    C.瀏覽器<BR>    D.標(biāo)記語言處理軟件<BR>    19、 HTTP協(xié)議是運(yùn)行于(  )協(xié)議之上的應(yīng)用層協(xié)議。<BR>    A.FTP<BR>    B.SMTP<BR>    C.TCP<BR>    D.UDP<BR>    20、 在ASP.NET中采用Code Behind 代碼隱藏技術(shù)分離HTML顯示代碼和業(yè)務(wù)邏輯代碼,在PHP中采用的技術(shù)是(  )。<BR>    A.模板技術(shù)<BR>    B.靜態(tài)緩存技術(shù)<BR>    C.PHP引擎技術(shù)<BR>    D.后臺(tái)編譯技術(shù)<BR>    21、 在JavaScript語言中,擁有onsubmit事件的對象是(  )。<BR>    A.document<BR>    B.event<BR>    C.window<BR>    D.form<BR>    22、 以下(  )不是標(biāo)準(zhǔn)的HTTP消息頭字段。<BR>    A.Status<BR>    B.Host<BR>    C.Accept<BR>    D.Referer<BR>    23、 HTTP協(xié)議的消息有(  )兩種類型。<BR>    A.發(fā)送消息和接收消息<BR>    B.請求消息和響應(yīng)消息<BR>    C.消息頭和消息體<BR>    D.實(shí)體消息和控制消息<BR>    24、 HTTP協(xié)議的GET請求方法可以獲取(  )類型的數(shù)據(jù)。<BR>    A.HTML文檔<BR>    B.圖片<BR>    C.視頻<BR>    D.以上都可以<BR>    25、 在以下選項(xiàng)中,能正確調(diào)用對象屬性的語句是(  )。<BR>    A.對象名(屬性名)<BR>    B.對象名一>屬性名<BR>    C.對象名屬性名<BR>    D.對象名.屬性名<BR>     <!--電腦版內(nèi)容結(jié)束--> </div> <p> </p> </div> </div> <div id="nvzdh9d" class="detail-text-xgfj—w"> <div id="9fxl3jr" class="detail-text-xgfj"> <ul> <li><a target="_blank" href="/13694724.html">作為班長的個(gè)人總結(jié)(專業(yè)19篇)</a></li> <li><a target="_blank" href="/13694725.html">園丁獎(jiǎng)先進(jìn)事跡材料(優(yōu)質(zhì)14篇)</a></li> <li><a target="_blank" href="/13694726.html">質(zhì)量標(biāo)兵代表發(fā)言稿(精選18篇)</a></li> <li><a target="_blank" href="/13694727.html">非農(nóng)化工作進(jìn)展報(bào)告(精選18篇)</a></li> <li><a target="_blank" href="/13694728.html">安置房建設(shè)情況自查報(bào)告(模板14篇)</a></li> <li><a target="_blank" href="/13694729.html">英文專業(yè)自我介紹面試(模板18篇)</a></li> <li><a target="_blank" href="/13694730.html">老師與學(xué)生的協(xié)議書(專業(yè)24篇)</a></li> <li><a target="_blank" href="/13694731.html">學(xué)校周年慶典儀式上校長講話內(nèi)容大全(17篇)</a></li> <li><a target="_blank" href="/13694732.html">醫(yī)院紀(jì)檢監(jiān)察工作心得體會(huì)(優(yōu)秀16篇)</a></li> <li><a target="_blank" href="/13694733.html">光棍節(jié)活動(dòng)總結(jié)與反思(熱門18篇)</a></li> <li><a target="_blank" href="/13694734.html">高三畢業(yè)分享心得體會(huì)范文(20篇)</a></li> <li><a target="_blank" href="/13694735.html">偉大的悲劇心得體會(huì)(通用19篇)</a></li> <li><a target="_blank" href="/13694736.html">醫(yī)院院長度個(gè)人工作總結(jié)大全(15篇)</a></li> <li><a target="_blank" href="/13694737.html">個(gè)人部隊(duì)年終總結(jié)(專業(yè)20篇)</a></li> <li><a target="_blank" href="/13694738.html">鄉(xiāng)鎮(zhèn)生態(tài)環(huán)境工作總結(jié)報(bào)告(通用21篇)</a></li> <li><a target="_blank" href="/13694739.html">初中秋季國旗下講話安排表(模板23篇)</a></li> <li><a target="_blank" href="/13694740.html">防溺水教育家長會(huì)班主任講話稿(模板17篇)</a></li> <li><a target="_blank" href="/13694741.html">開學(xué)典禮園長寄語(實(shí)用14篇)</a></li> <li><a target="_blank" href="/13694742.html">文明禮儀故事演講稿三分鐘大全(18篇)</a></li> <li><a target="_blank" href="/13694743.html">人身傷害事故應(yīng)急預(yù)案大全(19篇)</a></li> <li><a target="_blank" href="/34561150.html">訂婚喜帖祝福語(10篇)</a></li> <li><a target="_blank" href="/34561149.html">三年級小學(xué)生日記300字左右(10篇)</a></li> <li><a target="_blank" href="/34561148.html">我的家鄉(xiāng)400字作文四年級下冊(精選10篇)</a></li> <li><a target="_blank" href="/34561147.html">中國證券業(yè)協(xié)會(huì):2024年6月證券從業(yè)資格考試成績查詢?nèi)肟谝验_通</a></li> <li><a target="_blank" href="/34561146.html">北京2024年6月證券從業(yè)資格考試成績查詢?nèi)肟谝验_通</a></li> <li><a target="_blank" href="/34561145.html">給爸爸的父親節(jié)微信祝福句子(精選10篇)</a></li> <li><a target="_blank" href="/34561144.html">天津2024年6月證券從業(yè)資格考試成績查詢?nèi)肟谝验_通</a></li> <li><a target="_blank" href="/34561143.html">2024年四川巴中巴州區(qū)赴高校公開考試(考核)招聘高中教師25名(6月13日起報(bào)名)</a></li> <li><a target="_blank" href="/34561142.html">工作自我鑒定簡短(10篇)</a></li> <li><a target="_blank" href="/34561141.html">畢業(yè)快樂的祝福語(10篇)</a></li> <li><a target="_blank" href="/34561140.html">煤礦安全生產(chǎn)心得體會(huì)(通用10篇)</a></li> <li><a target="_blank" href="/34561139.html">轉(zhuǎn)正自我評價(jià)怎么寫</a></li> <li><a target="_blank" href="/34561138.html">溫馨端午節(jié)問候句子大全10篇</a></li> <li><a target="_blank" href="/34561137.html">有關(guān)放風(fēng)箏的英語日記(10篇)</a></li> <li><a target="_blank" href="/34561136.html">2024年中共西寧市委黨校面向社會(huì)公開考核招聘教師公告(青海)</a></li> <li><a target="_blank" href="/34561135.html">2024年四川廣元中考時(shí)間:6月13日-15日(總分920分)</a></li> <li><a target="_blank" href="/34561134.html">安全警示教育心得體會(huì)(精選10篇)</a></li> <li><a target="_blank" href="/34561133.html">2024年湖南衡陽衡東縣公開招聘教師(專業(yè)人員)61人(6月16日至19日報(bào)名)</a></li> <li><a target="_blank" href="/34561132.html">寶寶睡前聽的故事(精選10篇)</a></li> <li><a target="_blank" href="/34561131.html">2024年湖南高考錄取時(shí)間及錄取結(jié)果查詢?nèi)肟冢?月8日起)</a></li> </ul> </div> </div> </div> </div> <!-- 相關(guān)鏈接點(diǎn)擊顯示隱藏修改 --> <!-- 2024年6月7日切換上線 --> <style>.select-item-list { bottom: 67px; }</style> <script>$(function() { $('.select-list-item-w').hover(function() {}, function() { index = undefined; $('.select-item-list-w .select-item-list').slideUp(); // $('.select-item-list ul').slideUp(); $('.select-list ul li').removeClass('select-active'); $('.select-list-item-w .select-list-item .select-list ul li div').removeClass('select-active-icon'); }) })</script> <div id="hjnxjnx" class="footer"> <div id="dfffnnx" class="footer-select-list"> <div id="7ptf1dx" class="footer_xh"> </div> </div> <div id="1xftlfz" class="site-address"> <div id="lpzjl9h" class="address"> <div> <p> <a href="http://p719.cn" target="_blank">新都首頁</a>?? <a href="/random.html" target="_blank">隨便看看</a>?? <a href="/list_1.html" target="_blank">全部文章</a>?? <a href="/m/" target="_blank">網(wǎng)站地圖</a> </p> <p>Copyright © 2004-2025 Newdu.com All Rights Reserved</p> <p> <span id="tdlf1dd" class="bbh"> <a target="_blank">京ICP備09058993號</a>?更新時(shí)間:2025/7/24 21:11:38</span> <!--<a target="_blank" > <img class="gh" src="/Plus/Archives/images/gh.png" alt=""> <span>京公網(wǎng)安備 11040102700142號</span></a>--> </p> <p> 管理員QQ: 605358336<script src="http://p719.cn/js/tj/newdu_all.js" type="text/javascript"></script></p> </div> </div> </div> </div> <script src="/Plus/Archives/js/esdToolsInit.js" type="text/javascript"></script> <script id="_trs_ta_js" src="/Plus/Archives/js/ta.js" async="async" defer="defer"></script> <script src="/Plus/Archives/js/gtj2023_publish.js"></script> </div> <script>var fontSize; $(".big").click(function(e) { $('.big').addClass('active'); $('.big').siblings().removeClass('active'); fontSize = 24; $(".txt-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".txt-content section,.txt-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content section,.mobile-news-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); }); $(".middle").click(function(e) { $('.middle').addClass('active'); $('.middle').siblings().removeClass('active'); fontSize = 20; $(".txt-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".txt-content section,.txt-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content section,.mobile-news-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); }); $(".small").click(function(e) { $('.small').addClass('active'); $('.small').siblings().removeClass('active'); fontSize = 16; $(".txt-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".txt-content section,.txt-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content p").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); $(".mobile-news-content section,.mobile-news-content div").each(function(i, e) { $(this).css('fontSize', parseInt(fontSize) + "px"); $(this).find('p').css('fontSize', parseInt(fontSize) + "px"); $(this).find('span').css('fontSize', parseInt(fontSize) + "px"); }); }); /* $(".big").click(function(e) { $('.big').addClass('active') $('.big').siblings().removeClass('active') $(".detail-text-content-title").css({ "font-size": "24px" }); $('.s-title').css({ "font-size": "24px" }); $('.txt-content').children().css({ "font-size": "18px" }); $('.mobile-news-content').children().css({ "font-size": "24px" }); e.preventDefault(); }) $(".middle").click(function(e) { $('.middle').addClass('active') $('.middle').siblings().removeClass('active') $(".detail-text-content-title").css({ "font-size": "22px" }); $('.s-title').css({ "font-size": "22px" }); $('.txt-content').children().css({ "font-size": "16px" }); $('.mobile-news-content').children().css({ "font-size": "22px" }); e.preventDefault(); }) $(".small").click(function(e) { $('.small').addClass('active') $('.small').siblings().removeClass('active') $(".detail-text-content-title").css({ "font-size": "20px" }); $('.s-title').css({ "font-size": "20px" }); $('.mobile-news-content').children().css({ "font-size": "20px" }); $('.txt-content').children().css({ "font-size": "14px" }); e.preventDefault(); }) */ </script> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://p719.cn/" title="国产成人无码手机在线视频_亚洲另类欧美小说图片区_成人在线手机版视频视频_亚洲另类欧美日本">国产成人无码手机在线视频_亚洲另类欧美小说图片区_成人在线手机版视频视频_亚洲另类欧美日本</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="dv1jh" class="pl_css_ganrao" style="display: none;"><thead id="dv1jh"><var id="dv1jh"></var></thead><video id="dv1jh"></video><meter id="dv1jh"><small id="dv1jh"></small></meter><small id="dv1jh"><i id="dv1jh"></i></small><span id="dv1jh"><sub id="dv1jh"></sub></span><ins id="dv1jh"></ins><sub id="dv1jh"><ins id="dv1jh"><i id="dv1jh"><tt id="dv1jh"></tt></i></ins></sub><address id="dv1jh"><b id="dv1jh"><legend id="dv1jh"><form id="dv1jh"></form></legend></b></address><strong id="dv1jh"><div id="dv1jh"><em id="dv1jh"><nobr id="dv1jh"></nobr></em></div></strong><small id="dv1jh"><label id="dv1jh"></label></small><form id="dv1jh"></form><pre id="dv1jh"></pre><legend id="dv1jh"><mark id="dv1jh"><optgroup id="dv1jh"><thead id="dv1jh"></thead></optgroup></mark></legend><progress id="dv1jh"><b id="dv1jh"><dfn id="dv1jh"><mark id="dv1jh"></mark></dfn></b></progress><legend id="dv1jh"><rp id="dv1jh"></rp></legend><progress id="dv1jh"><output id="dv1jh"></output></progress><label id="dv1jh"></label><optgroup id="dv1jh"></optgroup><strike id="dv1jh"><thead id="dv1jh"></thead></strike><em id="dv1jh"><nobr id="dv1jh"></nobr></em><meter id="dv1jh"><ins id="dv1jh"></ins></meter><strong id="dv1jh"></strong><menuitem id="dv1jh"></menuitem><em id="dv1jh"><pre id="dv1jh"><sup id="dv1jh"><font id="dv1jh"></font></sup></pre></em><meter id="dv1jh"><small id="dv1jh"></small></meter><acronym id="dv1jh"></acronym><ruby id="dv1jh"><thead id="dv1jh"></thead></ruby><dfn id="dv1jh"><span id="dv1jh"><output id="dv1jh"><strong id="dv1jh"></strong></output></span></dfn><i id="dv1jh"><tt id="dv1jh"></tt></i><thead id="dv1jh"><ruby id="dv1jh"><rp id="dv1jh"><sup id="dv1jh"></sup></rp></ruby></thead><legend id="dv1jh"><thead id="dv1jh"><em id="dv1jh"><pre id="dv1jh"></pre></em></thead></legend><font id="dv1jh"><th id="dv1jh"></th></font><label id="dv1jh"><thead id="dv1jh"><sub id="dv1jh"><optgroup id="dv1jh"></optgroup></sub></thead></label><thead id="dv1jh"></thead><legend id="dv1jh"></legend><big id="dv1jh"></big><small id="dv1jh"></small><pre id="dv1jh"><span id="dv1jh"></span></pre><address id="dv1jh"><mark id="dv1jh"></mark></address><mark id="dv1jh"><ruby id="dv1jh"><thead id="dv1jh"><thead id="dv1jh"></thead></thead></ruby></mark><big id="dv1jh"><small id="dv1jh"><b id="dv1jh"><legend id="dv1jh"></legend></b></small></big><pre id="dv1jh"></pre><th id="dv1jh"><track id="dv1jh"><dl id="dv1jh"><menuitem id="dv1jh"></menuitem></dl></track></th><var id="dv1jh"></var><optgroup id="dv1jh"></optgroup><label id="dv1jh"></label><meter id="dv1jh"><small id="dv1jh"></small></meter><ins id="dv1jh"></ins><th id="dv1jh"><track id="dv1jh"></track></th><i id="dv1jh"><dfn id="dv1jh"></dfn></i><em id="dv1jh"><rp id="dv1jh"><label id="dv1jh"><progress id="dv1jh"></progress></label></rp></em><label id="dv1jh"><div id="dv1jh"></div></label><thead id="dv1jh"></thead><track id="dv1jh"><i id="dv1jh"></i></track><thead id="dv1jh"></thead><u id="dv1jh"><thead id="dv1jh"></thead></u><progress id="dv1jh"></progress><dfn id="dv1jh"><form id="dv1jh"></form></dfn><tt id="dv1jh"><dl id="dv1jh"><menuitem id="dv1jh"><sup id="dv1jh"></sup></menuitem></dl></tt><form id="dv1jh"><strike id="dv1jh"></strike></form><optgroup id="dv1jh"><thead id="dv1jh"></thead></optgroup><ruby id="dv1jh"><label id="dv1jh"><sup id="dv1jh"><output id="dv1jh"></output></sup></label></ruby><p id="dv1jh"><ins id="dv1jh"></ins></p><label id="dv1jh"></label><strike id="dv1jh"><p id="dv1jh"><ins id="dv1jh"><p id="dv1jh"></p></ins></p></strike><i id="dv1jh"></i><progress id="dv1jh"><dfn id="dv1jh"></dfn></progress><b id="dv1jh"><ins id="dv1jh"><var id="dv1jh"><address id="dv1jh"></address></var></ins></b><video id="dv1jh"></video><span id="dv1jh"><output id="dv1jh"></output></span><legend id="dv1jh"><form id="dv1jh"></form></legend><label id="dv1jh"><thead id="dv1jh"><output id="dv1jh"><acronym id="dv1jh"></acronym></output></thead></label><pre id="dv1jh"></pre><dfn id="dv1jh"></dfn><sup id="dv1jh"></sup><span id="dv1jh"></span><i id="dv1jh"><rp id="dv1jh"></rp></i><div id="dv1jh"></div><strike id="dv1jh"></strike><optgroup id="dv1jh"></optgroup><dl id="dv1jh"><menuitem id="dv1jh"><video id="dv1jh"><ol id="dv1jh"></ol></video></menuitem></dl><dfn id="dv1jh"><strong id="dv1jh"><acronym id="dv1jh"><thead id="dv1jh"></thead></acronym></strong></dfn><legend id="dv1jh"></legend><ol id="dv1jh"><meter id="dv1jh"><strike id="dv1jh"><dfn id="dv1jh"></dfn></strike></meter></ol><th id="dv1jh"></th><thead id="dv1jh"><ruby id="dv1jh"><pre id="dv1jh"><pre id="dv1jh"></pre></pre></ruby></thead><form id="dv1jh"></form><big id="dv1jh"></big><thead id="dv1jh"><strong id="dv1jh"><strong id="dv1jh"><output id="dv1jh"></output></strong></strong></thead><dl id="dv1jh"></dl><progress id="dv1jh"></progress><var id="dv1jh"><address id="dv1jh"><tt id="dv1jh"><sup id="dv1jh"></sup></tt></address></var><var id="dv1jh"><legend id="dv1jh"><tt id="dv1jh"><em id="dv1jh"></em></tt></legend></var><track id="dv1jh"><th id="dv1jh"><acronym id="dv1jh"><mark id="dv1jh"></mark></acronym></th></track><listing id="dv1jh"><strike id="dv1jh"><sub id="dv1jh"><video id="dv1jh"></video></sub></strike></listing><sup id="dv1jh"><acronym id="dv1jh"></acronym></sup><strong id="dv1jh"><dl id="dv1jh"></dl></strong><b id="dv1jh"></b><form id="dv1jh"><optgroup id="dv1jh"></optgroup></form><label id="dv1jh"></label></div> </html>