javascript - How to implement fuzzy matching in the front-end input box?
怪我咯2017-05-19 10:30:30
0
1
601
An input box, enter a text to match the lower-level user name; for example, enter a, the bottom will prompt aaa, a22, a222, asd, axxx and other user names
This is based on reading the contents of the database 1. When you enter content in the input box, an ajax request is initiated based on the keyup event. Get relevant data from the backend and return it to the frontend
This is based on reading the contents of the database
1. When you enter content in the input box, an ajax request is initiated based on the keyup event. Get relevant data from the backend and return it to the frontend