摘要: 基本类型包装类 常见的操作 基本类型和字符串之间的相互转换 /*静态方法获取对象: public static Integer valueOf(int i);返回表示指定int值得Integer实例 public static Integer valueOf(String i);返回一个保存指定值得 阅读全文
posted @ 2021-10-20 11:52 二十八畫生 阅读(32) 评论(0) 推荐(0)