remove Last Char in string in android studio [kotlin]. fun removeLastChar(s: String?): String? { return if (s == null || s.isEmpty()) {
確定! 回上一頁