coroutineScope.launch(Dispatchers.Main) { // async 函数启动新的协程 val avatar: Deferred = async { api.getAvatar(user) } // 获取用户头像 ...
確定! 回上一頁