2009年3月4日

摘要: 1.只能输入数字和英文的:<inputonkeyup="value=value.replace(/[/W]/g,'')"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^/d]/g,''))">2.只能输入数字的:<inputonkeyup="value=value.replace(/[^/d]/g,'')"onbefo 阅读全文
posted @ 2009-03-04 10:32 路大侠 阅读(436) 评论(0) 推荐(0)

导航