Carefully analyze such a page and generally meet the following conditions:
1. Contains a FORM form
2. Only one text box
This problem can be solved. Just destroy any one of the conditions. The general approach is Add a hidden text box
Of course, you can also add an onsubmit event after the form and return false to prevent the form from being submitted.