private Author[] authors; is array of object Author. you need to add the index then get the name, here is an example: class Author { private ...
確定! 回上一頁