onkeyup="this.value=this.value.match(/\d+\.?\d{0,2}/);this.dispatchEvent(new Event('input'))"
其中的 \d{0,2} 表示最多允许2位小数