相关考题
- 
                                    单项选择题
                                    
 Python中要使用XPth解析需要()导入模块。
 A.from etree import lxml 
 B.from lxml import etree
 C.from bs4import etree
 D.from etree import bs4
- 
                                    单项选择题
                                    
 请求头部信息中,()用于指定浏览器可以接受的字符集类型。
 A.host 
 B.Content-Type
 C.accept
 D.Accept-Charset
- 
                                    单项选择题
                                    
 以下XPath谓语中,()能获得满足条件的倒数第二个节点。
 A.[max()-1] 
 B.[last()-1]
 C.[position()-1]
 D.[position()>-1]
 
             
             
                
            