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
最新試題
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關于上述Xml文檔,以下描述正確的是()。
如果有如下的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 表達式/studentlist/student/name 匹配的結果是()。
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標準庫。
下列一些類中,用來表示XML中節(jié)點的是()。
分析如下的XML文檔實例:<!xml version="1.0"encoding="GB2312"?>;<學生名冊>;<學生學號="1">;<姓名>;張三<;/姓名>;<性別>;男<;/性別>;</學生>;<學生學號="2">;<姓名>;李四<;/姓名>;<性別>;女<;/性別>;</學生>;</學生名冊>;下面的DTD文檔中,能夠最恰當的定義該XML文檔是()。
下列選項中,用于表示bs4中的標簽的類是()。
下列符號中,用于注釋robots.txt文件的記錄的是()。
聲明相同的元素至多出現一次應使用哪個符號?()
<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的學生的姓名的XSL片段正確的是()。