object 型转为int型及string转换编码
object 型如果要转为int型,
要行转为String.
?
String value= new String(item.getString().getBytes("ISO8859-1"),"UTF-8");