char ->Stringfun encode(char: Char) = "\\u${char.toInt().toHexString()}"//unicode ->Stringfun encode(text: String) = text .
確定! 回上一頁