单项选择题

A.Array.from(nodes)
B.Array.prototype.slice.call(nodes)
C.Array.prototype.slice.apply(nodes)
D.以上都对