最新試題
表達式中的未知節(jié)點的是()。
“<”用DTD的內(nèi)部實體()表示。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關于上述Xml文檔,以下描述正確的是()。
對于XML文檔實例-2.0-3.08.6,最恰當?shù)孛枋鏊慕Y構的XML Schema片段是()。
下列選項中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
定義樣式表中的變量,使用的標簽是()。
下列方法中,用于獲取頁面中的所有的Cookie值的是()。
<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片段正確的是()。
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標準庫。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>