A.#
B./
C.%
D.*
您可能感興趣的試卷
你可能感興趣的試題
A.*
B.node()
C.@*
D.node
A.Node
B.ElementPath
C.Element
D.ElementTree
A.@
B.*
C.?
D.#
A.Request
B.Session
C.Response
D.Error
A.Tag
B.NavigableString
C.BeautifulSoup
D.Comment
最新試題
下列選項(xiàng)中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對象的是()。
如果有如下的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é)果是()。
“<”用DTD的內(nèi)部實(shí)體()表示。
下列符號中,可以選取路徑表達(dá)式中的未知節(jié)點(diǎn)的是()。
下列符號中,用來表示JSONPath語法中的根節(jié)點(diǎn)的是()。
<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片段正確的是()。
下列方法中,用于使用CSS選擇器選取節(jié)點(diǎn)的是()。
下列一些類中,用來表示XML中節(jié)點(diǎn)的是()。
<customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段關(guān)于XML命名空間的實(shí)例片段,以下說法錯(cuò)誤的是()。
創(chuàng)建BeatutifulSoup對象時(shí),默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫。