Enter to directly realize the effect of clicking a button, which will trigger the click event
Copy the code as follows: //Enter triggers the click event of a button<input name="" type="text" id="searchkey" onkeydown="globelQuery(event);"/>
2025-02-22














