int N = 12345; String s = ""; for (int n = N; n > 0; n/=2) s = (n %2) + s. Kotlin 写法. 才发现Kotlin 好像不论怎么写,都没有办法写出来for ...
確定! 回上一頁