Number.prototype.isFloat = function() { · return (this % 1 != 0); · } · //and then you can simply use it like that · var floatNumber = parseFloat("55.873"); · var ...
確定! 回上一頁