fun emitTest() { runBlocking { val mutableStateFlow = MutableStateFlow<Int>(value = 0) mutableStateFlow.onEach { println("collect:${it}") }.
確定! 回上一頁