我只是在Firefox的JavaScript控制台中尝试过,但是以下任何语句都不返回true:
parseFloat('geoff') == NaN; parseFloat('geoff') == Number.NaN;
试试这个代码:
isNaN(parseFloat("geoff"))