js 判断isNumber(obj): return !isNaN(parseFloat(n)) && isFinite(n); return typeof obj === 'number' && isFinite(obj)
確定! 回上一頁