這個網址是一段JSON(因為字數太多所以只能貼網址了):https://www.googleapis.com/books/v1/volumes?q=design我用這段JSON畫了以下的關係圖(基數)不知道這是不是對的totalItems 跟 items 的關係是1對1items 跟 title 的關係是多對1
totalItems 跟 items 應該是這一個物件的屬性而 items 這個屬性裡面又包含了10個物件(姑且稱作 item)每一個 (item) 物件都有 title 這個屬性以上是我的見解Class Diagram應該是這樣如果有錯誤,樓下請幫忙補充