摘要: 包装类的使用 基本概念 代码 package com.yicurtain.Wrapper; import org.junit.Test; public class demo01Test { @Test//基本数据类型转换为包装类 >自动装箱 public void test1(){ int num= 阅读全文
posted @ 2021-05-29 15:18 yicurtain 阅读(37) 评论(0) 推荐(0)