Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何实现当我在文本框中输入一些字母时,它将从 mysql 数据库中获取数据并将 JSP 页面中的所有相关单词显示为类似于谷歌文本框的文本框列表。我正在研究弹簧框架。
1.当在框中输入文本时,应通过从数据库中获取将相关文本显示为列表
2.选择显示的文本列表时,应与该选择执行相关操作
如果这是使用 Ajax 实现的,请解释我该怎么做。我是阿贾克斯的新手
试试这个插件自动完成
http://jqueryui.com/autocomplete/
你也会在那里找到很多例子。