A.dumps()
B.loads()
C.load()
D.dump()
您可能感興趣的試卷
你可能感興趣的試題
A.middlewares.py
B.items.py
C.pipelines.py
D.settings.py
A.@
B.*
C.?
D.#
A.#
B./
C.%
D.*
A.*
B.node()
C.@*
D.node
A.Node
B.ElementPath
C.Element
D.ElementTree
最新試題
<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片段正確的是()。
下列選項中,用于表示bs4中的標簽的類是()。
<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表達式是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
下列符號中,可以選取路徑表達式中的未知節(jié)點的是()。
下列符號中,用來表示JSONPath語法中的根節(jié)點的是()。
下列選項中,可以匹配任何屬性節(jié)點的是()。
下列選項中,可以將頁面內(nèi)容加載到PhantomJS對象中的是()。
對于XML文檔實例-2.0-3.08.6,最恰當?shù)孛枋鏊慕Y構的XML Schema片段是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關于上述Xml文檔,以下描述正確的是()。