单项选择题

var cb = function(){};
console.log(typeof cb)
程序的运行结果是()

A.object
B.function
C.报错
D.boolean

热门 试题