我收到了这样的reqquest(API密钥已更改):
在get请求中,我需要传递一个参数filter [name]。
我的尝试:
$.get(
"http://geohelper.info/api/v1/cities?apiKey=ssss&locale[lang]=uk",
{
filter[name]: input,
},
)
但是在这种情况下,返回错误:
未捕获的ReferenceError:未定义findCity 在HTMLInputElement.oninput
如何传递参数?