check for a remainder when dividing by 1: function isInt(n) { return n % 1 === 0; }. If you don't know that the argument is a number you ...
確定! 回上一頁