typeof 123 'number' > typeof "123" 'string' > typeof true 'boolean' > typeof {} 'object' > {} instanceof Array false > typeof [] 'object' > ...
確定! 回上一頁