函数体: String2Unicode(String)
返回值:String
说明:将字符串转为UniCode码字符串;如’中国’=>’u4e2du56fd’
函数体: Unicode2String(String)
说明:将Unicode字符串转为正常字符串;如’u4e2du56fd’=>’中国’