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

(function() {
console.log(typeof arguments);
})();的打印结果为()

A.object
B.Object
C.arguments
D.null