相关考题
-
单项选择题
如果你想在测试特定函数的时候抛出一个错误应该怎么使用()
A.toMessage
B.toThrow
C.toError
D.toWarning -
单项选择题
如何检测数组中是否包含特定某一项()
A.toContain
B.toIndexOf
C.toHas
D.toIn -
单项选择题
to Match是测试什么的()
A.测试字符串
B.测试对象
C.测试数组
D.测试浮点数
