单项选择题

function arrayFromValue(items) { return; [items]; } arrayFromValue(10) ()

A.undefined
B.null
C.Boolean
D.number