摘要:
<html> <meta charset="utf-8" /> <body>只允许输入正整数: <input type='text' onkeyup="this.value=this.value.replace(/^(0+)|[^\d]+/g,'')"> <br/> <br/>只允许输入英文: <i 阅读全文
摘要:
<body>只允许输入正整数: <input type='text' onkeyup="this.value=this.value.replace(/^(0+)|[^\d]+/g,'')"> <br/> <br/>只允许输入英文: <input type="text" onkeyup="this.v 阅读全文