控制文本框只能输入数字
<input id="prodValue" onkeyup="value=value.replace(/[^\d]/g,'')" name="prodValue" type="text" />