js中的typeof返回值的所有型別

steamedbread321發表於2020-07-16

1.String

2.Number

3.Boolean

4.Object

5.Function

6.undefined

ps:typeof null;//object

相關文章