单项选择题
JavaScript中,用来输出文本的方法是什么()
A.background-color
B.color
C.font-size
D.text-align
点击查看答案&解析
相关考题
-
单项选择题
在PyTest中,以下哪个选项用于将测试用例分组为一个测试集合()
A.pytest.testcase
B.pytest.case
C.pytest.suite
D.pytest.mark -
单项选择题
在PyTest中,可以通过以下哪种方式传递请求参数给Requests库()
A.通过命令行参数
B.通过函数参数
C.通过配置文件
D.以上都可以 -
单项选择题
在PyTest中,可以通过哪个装饰器来发送HTTP请求()
A.http.request
B.requests.send
C.pytest.request
D.pytest.mark
