• 2022-06-17
    在javascript中,执行结果正确的是:
    A: typeof(null)的结果为null
    B: typeof(typeof(5))的结果为"string"
    C: typeof(5)的结果为Number
    D: typeof(typeof(undefined))的结果为undefined