标签: python
我使用以下函数返回最大值索引是列表:
account.requestAccessToAccounts(with: accountType, options: nil, completion: {(success, error) -> Void in
但是,如果有两个最大值,则该函数似乎不起作用。
我怎样才能做到这一点?