List<String> = List(1000) { "Hello Android #$it" }
评论