Kotlin-while、do/while循环 2017-11-29 本文已影响0人 122604 与java相同,两个例子: while(x > 0){ x-- } do{ val y = retrieveData() } while (y != null)