Now, to check whether the given value is number, you can do something like this. if (typeof(val) === 'number') { // … do something }. Related: How to ...
確定! 回上一頁