2012-02-17 22 views

回答

1

我會推薦使用Echo Nest API作爲Last.fm只使用用戶輸入的標籤,這並不總是有幫助的。

+0

@JIeagle可以請你給我例如web服務 – 2012-02-17 14:09:54

+0

點擊此頁面上的鏈接是:http: //developer.echonest.com/docs/v4/artist.html – 472084 2012-02-17 16:07:22

+0

謝謝JIeagle – 2012-02-20 06:53:22

0

您是否在MusicStore Project中遇到此問題?如果你這樣做,開Album.cs,發現這個:

public Genre Genre { get; set; } 
public Artist Artist { get; set; } 

,並添加就像一個虛擬的屬性:

public virtual Genre Genre { get; set; } 
public virtual Artist Artist { get; set; } 
相關問題