繼上一篇文章給大家介紹完kotlin的擴展,這篇文章給大家講講kotlin中內聯函數的 ... fun test() { var x = 1 hello() print(x) } inline fun hello() ...
確定! 回上一頁