alert(parseInt(‘456lee‘)); //456,返回正数部分 alert(parseInt(‘lee456lee‘)); //NaN alert(parseInt(‘lee456lee‘)); //NaN alert(parseInt(‘‘)); //NaN
原文地址:https://www.cnblogs.com/xiaoxinzi/p/8480356.html
时间: 2024-10-10 12:28:57
alert(parseInt(‘456lee‘)); //456,返回正数部分 alert(parseInt(‘lee456lee‘)); //NaN alert(parseInt(‘lee456lee‘)); //NaN alert(parseInt(‘‘)); //NaN
原文地址:https://www.cnblogs.com/xiaoxinzi/p/8480356.html