您可能感興趣的試卷
你可能感興趣的試題
A.group
B.all
C.choice
D.sequence
最新試題
<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>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
針對上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
下列選項中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對象的是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
下列選項中,被稱為全網(wǎng)爬蟲的是()。
如果有如下的XML文檔實例片段:<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é)果是()。
創(chuàng)建BeatutifulSoup對象時,默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫。
下列選項中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
下列符號中,用來表示JSONPath語法中的根節(jié)點的是()。