首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

object 型转向int型及string转换编码

2012-12-22 
object 型转为int型及string转换编码object 型如果要转为int型,要行转为String.?String value new String

object 型转为int型及string转换编码

object 型如果要转为int型,

要行转为String.

?

String value= new String(item.getString().getBytes("ISO8859-1"),"UTF-8");

热点排行