我可以使用
let music = MusicKit.getInstance();
music.api
.search(model.dotNetModel.SearchTerm())
.then((results) => {
console.log(results.artists.data);
});
不幸的是,返回的json不包含艺术家的任何图像元数据或URI,所以我猜这是否定的,但是有没有其他(免费)api可以查询图像?
我可以使用
let music = MusicKit.getInstance();
music.api
.search(model.dotNetModel.SearchTerm())
.then((results) => {
console.log(results.artists.data);
});
不幸的是,返回的json不包含艺术家的任何图像元数据或URI,所以我猜这是否定的,但是有没有其他(免费)api可以查询图像?
暂无答案!
目前还没有任何答案,快来回答吧!