我建议使用 jQuery,它有一个很好的 autocomplete 插件。您需要构建一个简单的 Web 服务来提供数据。
因此,您将构建简单的 Java 后端来处理获取数据,然后使用自动完成功能在前端使用该数据。
I would suggest using jQuery it has a nice autocomplete plugin. You will need to build a simple webservice to provide the data.
So you will be building the simple Java backend that deals with getting the data out and then using the autocomplete to consume that data on the front end.
发布评论
评论(2)
我建议使用 jQuery,它有一个很好的 autocomplete 插件。您需要构建一个简单的 Web 服务来提供数据。
因此,您将构建简单的 Java 后端来处理获取数据,然后使用自动完成功能在前端使用该数据。
I would suggest using jQuery it has a nice autocomplete plugin. You will need to build a simple webservice to provide the data.
So you will be building the simple Java backend that deals with getting the data out and then using the autocomplete to consume that data on the front end.
您需要使用 AJAX 来完成此操作。
尝试这个。
You need to use AJAX to do it.
Try this.