Text类型转String

例子:String  s=value.toString()

String类型转Text类型

例子:Text text = new Text("hello")

相关文章: