fun main(args: Array<String>) { var before = System.currentTimeMillis() for (i in 0..10000) { val test = "a b $i a b $i fdsafda $i" } ...
確定! 回上一頁