encodeTo

fun <A : Appendable> encodeTo(text: String, appendable: A): A(source)

text 中的源字符转义并将结果拼接至目标 appendable

Return

appendable 自身