找考题网-背景图
单项选择题

以下代码输出结果为()
var num = [1,2,3,4,5];console.log(num.slice(2))

A.[1,2,3,4,5]
B.[2,3,4,5]
C.3
D.[3,4,5]

热门试题