如何让网站在用户输入时提出类似的问题?
我想知道是否有某种开源或其他东西可以帮助我做到这一点。
当用户输入问题时,我想按顺序提取相关的问题,以便他们可以获得相关答案。
提前致谢!
I was wondering if there was some sort of open source or something that could help me do this.
As the user is typing questions, i want to pull up questions that relate in order so they can get relevant answers.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您熟悉 jQuery,
jQuery Autocomplete
将是您最好的选择。
If you are familiar with jQuery,
jQuery Autocomplete
would be your best bet.
将前端的 jQuery UI AutoComplete 与后端的 JSON 服务与您使用的任何服务器端代码结合起来使用。
jQuery UI 文档非常好,您应该可以轻松开始使用自动完成工具。如果不了解情况,我无法进一步帮助您。
Couple jQuery UI's AutoComplete on the frontend with a JSON service on the backend with whatever server side code you're using.
the jQuery UI docs are really good and you should get started with the Autocomplete tool easily. Without any other knowledge of situation i can't help you further.