friends

abstract val friends: Items<Friend>

得到此容器下的好友序列。

friends 可能是一个根据 Items.batch 批次发起某种网络请求的真实序列, 也可能是由当前容器内部提前缓存好的伪序列,而不会发起真正的网络请求。