A.Internet Explorer
B.XML1.0
C.msxml.dll
D.微軟的記事本
您可能感興趣的試卷
你可能感興趣的試題
A.跨平臺(tái)
B.強(qiáng)大的信息展示能力
C.標(biāo)記可自定
D.編寫簡單
A.一種標(biāo)準(zhǔn)泛用標(biāo)記語言
B.一種擴(kuò)展性標(biāo)識(shí)語言
C.一種超文本標(biāo)記語言
D.一種層疊樣式表單是.NET托管程序的執(zhí)行引擎
A..InsertChild()
B..createElement()
C..appendChild()
D..InsertBefore()
A..slit
B..xsl:for-each
C..xsl:choose
D..xsl:otherwise
A..name
B..xmlns
C..order
D..type
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對(duì)象。<book><author>tom</author><bookcode>12</bookcode></book>
“<”用DTD的內(nèi)部實(shí)體()表示。
下列選項(xiàng)中,可以將頁面內(nèi)容加載到PhantomJS對(duì)象中的是()。
聲明相同的元素至多出現(xiàn)一次應(yīng)使用哪個(gè)符號(hào)?()
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對(duì)上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
創(chuàng)建BeatutifulSoup對(duì)象時(shí),默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫。
下列方法中,用于獲取頁面中的所有的Cookie值的是()。
如果有如下的XML文檔實(shí)例片段:<studentlist>;<student>;<name>;a<;/name>;<sex>;male<;/sex>;<age>;20<;/age>;</student>;<student>;<name>;b<;/name>;<sex>;female<;/sex>;<age>;21<;/age>;</student>;</studentlist>;那么XPath 表達(dá)式/studentlist/student/name 匹配的結(jié)果是()。
要定義一個(gè)數(shù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
<stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表達(dá)式是()。