javascript判斷int類型函數isNaN()

var str = '1';
if (isNaN(str)) {
    alert('不是number類型');
} {
    alert('是number類型');
}
相關文章
相關標籤/搜索