You can use a trailing comma when you declare function parameters: fun powerOf( number: Int, exponent: Int, // trailing comma ) { /*...*/ }. xxxxxxxxxx.
確定! 回上一頁