问答题

简答题 javascript如何校验数字型?

【参考答案】

isNaN(parseFloat(xxx))如果为true,则不是数字。varv=document.all.Teleph......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)