摘要: package first import kotlinx.coroutines.* import kotlinx.coroutines.flow.* var getInt:()->Int={ 1/0 } fun getInt2():Int { if((1/1)!=0) { throw object 阅读全文
posted @ 2021-09-11 13:57 cgy33 阅读(28) 评论(0) 推荐(0)