单项选择题

A.typeof(null)的结果为null
B.typeof(typeof(5))的结果为"string"
C.typeof(5)的结果为Number
D.typeof(typeof(undefined))的结果为undefined