我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
In computer science, a null
value represents a reference that points, generally intentionally, to a nonexistent or invalid object or address. The meaning of a null reference varies among language implementations.
In JavaScript, null is one of the primitive values.
Learn more
General knowledge
- Null pointer on Wikipedia
Technical reference
- JavaScript data types and data structures
- The JavaScript global object:
null