Java类型转换

1.Object转String

Object a = 100;
String b = a.toString();

2.


posted @ 2019-03-13 20:21  岑惜  阅读(177)  评论(0)    收藏  举报