作者:岁月静好198838 | 来源:互联网 | 2023-10-11 16:51
this.$http.get('https://crossorigin.me/https:...', {
1 2 3 4 5 6 7 8 9 10 11
| 'key': 'xyr3ypdeuu9nslqy',
'unit': 'c',
'location': 'beijing',
'language': 'zh-Hans'
}).then(function (response) {
this.weather = response.data.results[0]
console.log(response.data.results[0])
},
function (response) {
console.log(response)
}) |
}
这样子是错的。。。