标签: javascript date coercion
我偶然发现,当您在JavaScript中比较日期时,会发生以下情况:
$ new Date() > null > true $ new Date() > undefined > false
我想知道,引擎盖究竟发生了什么,导致了这种行为。