onkeypress="return event.keyCode>=48&&event.keyCode<=57" 禁止粘贴 onpaste="return !clipboardData.getData('text').match(/\D/)"