Quark Cloud
Results
3
comments of
Quark Cloud
解决了吗?
@ioslh 解决了没?
> ``` > window.AMap.plugin('AMap.PlaceSearch',function(){//异步加载插件 > var search = new window.AMap.PlaceSearch() > > search.search(value, function (status, result) { > // 查询成功时,result即对应匹配的POI信息 > console.log(result) > }) > }); > ``` > >...