wrapString

abstract fun wrapString(origin: String): StringWrapper

将原生字符串包装为 StringWrapper

Return

包装后的 StringWrapper

Parameters

origin

原生字符串对象。