摘要: var ii = 12; if (parseInt(ii) == parseFloat(ii)){ alert("整数"); }else{ alert("小数"); } 阅读全文
posted @ 2019-11-10 21:54 AngDH 阅读(384) 评论(0) 推荐(0)