taggedUsers: parent => tags // Returns an array of tags that only contain the current photo .filter(tag => tag.photoID === parent.id) // Converts the array ...
確定! 回上一頁