在我的React应用程序中使用SC.stream,我只是想从soundcloudAPI播放轨道。这是我的代码:SC.initialize({client_id:'12xxx'//myclientID});//[...]console.log(this.props.track.trackId);//IgetheresuccessfullythetrackIdfromthesongI'dliketoplaySC.stream('/tracks/'+this.props.track.trackId,function(track){track.play();console.log(track)