https://lbs.qq.com/webservice_v1/guide-suggestion.html
1. 通過jsonp方式使用
$.ajax({ type: "get", url: "https://apis.map.qq.com/ws/place/v1/suggestion?keyword=" + that.text + "®ion=" + that.position +
"&location=" + (that.lat + "," + that.lng) + "&get_subpois=1&key=你的key&output=jsonp" dataType: "jsonp", success: res => { //返回搜索結果 console.log(res); } });
2. 如果遇到報錯"請求來源未被授權, 此次請求來源域名:",不要設置域名白名單