<input type="text" placeholder=""  maxlength="13" oninput="this.value=(this.value.replace(/[^0-9.]+/,""))"/> when using the above code to input input, control input can only enter numbers and decimal point 
, but first enter 12333, then switch to English keyboard input English Yes, clear English at the same time the previous 12333 will also be cleared, and must appear on ios 
