Jim 神奇筆記
215 subscribers
2.88K photos
231 videos
10 files
9.99K links
來自 Jim 的大小事,推特收藏庫,神奇的筆記
==佛係更新中==

#一個不知道為什麼要問也不知道問了可以幹嘛的調查
#各種測驗
#insider #canary #dev #beta #rp #stable #焦點集合桌布
「貓貓蟲咖波」「bugcat_capoo_jp」
#PlashSpeed
#bot
#公告
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Everything works just fine, until you deleted a theme.....
Forwarded from 零件
煲仔饭?
外國人表示:不然你設位置跟桌子來幹嘛的
Forwarded from Dave Lin
Forwarded from 綺凛的随波逐流
完全一致(
Forwarded from Fish Wang
我在思考...kotlin 的 helllo world 到底有幾種寫法
fun main(args: Array<String>) {
println("Hello, World!")
}

// ----------------------

fun main(args: Array<String>) {
"Hello, World!".apply(::println)
}

// ----------------------

fun main(args: Array<String>) {
"Hello, World!".let { print(it) }
}

// ----------------------

fun String.say() {
println(this)
}

fun main(args: Array<String>) {
"Hello, World!".say()
}

// ----------------------

fun String.say() = print(this)

fun main(args: Array<String>) {
"Hello, World!".say()
}
在完全不改變語意的情況下還能怎麼寫?
Galaxy Fold 摺疊2天就掛點 三星說好的20萬次呢?|日報|蘋果新聞網|蘋果日報
發著發著就把上面三則忘了😅
Forwarded from Everley Lau
Forwarded from Newton's Cradle