您可能感興趣的試卷
最新試題
下列選項中,可以匹配任何屬性節(jié)點的是()。
要定義一個數(shù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
<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>上述是一段關于XML命名空間的實例片段,以下說法錯誤的是()。
定義樣式表中的變量,使用的標簽是()。
分析如下的XML文檔實例:<!xml version="1.0"encoding="GB2312"?>;<學生名冊>;<學生學號="1">;<姓名>;張三<;/姓名>;<性別>;男<;/性別>;</學生>;<學生學號="2">;<姓名>;李四<;/姓名>;<性別>;女<;/性別>;</學生>;</學生名冊>;下面的DTD文檔中,能夠最恰當?shù)亩x該XML文檔是()。
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標準庫。
對于XML文檔實例-2.0-3.08.6,最恰當?shù)孛枋鏊慕Y構的XML 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表達式是()。
如果有如下的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 匹配的結果是()。
下列選項中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對象的是()。