為了區隔內建的plus 函式,這裡故意命名為myPlus fun myPlus(a: Int, b: Int): Pair<String, Int> { val result = a + b val text = "$a + $b ...
確定! 回上一頁