此题为判断题(对,错)。
第1题:
7、查找城市天气数据时,若要使用BeautifulSoup中的find()方法,则可以使用网页标签及标签属性来定位到对应的数据。例如:soup.find('p', class_="tem").text
第2题:
8、去掉超链接的下划线需要使用下列哪个CSS样式属性?
A.text-decoration:none;
B.text-decoration:underline;
C.text-decoration:overline;
D.text-decoration:line-through;
第3题:
去掉超链接的下划线需要使用下列哪个CSS样式属性?
A.text-decoration:none;
B.text-decoration:underline;
C.text-decoration:overline;
D.text-decoration:line-through;
第4题:
1、若FIND函数的第一个参数find_text不是一个单个字符,而是一个字符串,则()
A.find函数仅在within_text包含完整的find_text的情况下才会返回一个位置值
B.find函数会在within_text中查找find_text的首字母的所在位置,并返回这个位置值
C.只要在within_text中包含find_text中任意一个字符,find函数就会返回这个字符在within_text中的位置值
D.FIND函数的参数find_text只能包含一个字符,否则报错
第5题:
下列叙述正确的是哪些项?
A.Glance组件为OpenStack提供镜像服务
B.Glance组件的两个重要的子组件是Glance-api和Glance-registry
C.Glance镜像存储在Glance数据库中
D.镜像类型等信息。
第6题:
以下装饰线设置正确的有:().
A.text-decoration:underline;
B.text-decoration:underline overline;
C.text-decoration:overline;
D.text-decoration:line-through;