我想在 JSON 文件中读取我的数据,然后将其与 typeahead.js 一起使用,这是一个链接
如果有人写任何像EnglishWords [Best]这样的单词,它会显示他/她列出所有以best或like best开头的单词并选择单词然后显示单词的描述但我不知道,因为我是新手在javascript和json中非常感谢:)
这是我的 json 数据文件的示例
var Words = [
{"EnglishWords":"Best","Description":"an expression of good some this"},
{"EnglishWords":"Best wishes","Description":"an expression of hope"},
{"EnglishWords":"Application","Description":"Computing a program or piece of software"},
-
-
-
-
-
-
];