您可能感興趣的試卷
最新試題
如果有如下的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 匹配的結(jié)果是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
對于XML文檔實例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
<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片段正確的是()。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運會< i>展望< /subject>現(xiàn)需要編寫一個XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗證。
下列符號中,可以選取路徑表達式中的未知節(jié)點的是()。
通過降低訪問網(wǎng)站的頻率,一定能夠阻止對方從訪問量上認出爬蟲的身份。
下列選項中,可以將頁面內(nèi)容加載到PhantomJS對象中的是()。
定義樣式表中的變量,使用的標(biāo)簽是()。