主题
判断值是NaN。
示例:
d.isNaNValue(NaN) // => true d.isNaNValue("1") // => false d.isNaNValue("foo") // => false