Frontend

未分类

fetch(`${location.protocol}//${location.hostname}/v2/data-pipelines/2`, {
method: 'GET',
headers: {
authorization: localStorage.getItem('token'),
}
}).then(function(response) {
return response.json()
}).then(function(myJson) {
console.log(myJson.data.dataSource.dataSourceId)
})


React、Angular、Vue.js:三者完整的比较指南
https://baijiahao.baidu.com/s?id=1609374985643812253&wfr=spider&for=pc