暂无个人介绍
compile 生命周期:编译、测试、运行、打包。 runtime 生命周期:测试、运行、打包。 provided 生命周期:编译、测试、运行。 system 生命周期:编译、测试、运行。 test 生命周期:测试。
Symbol This class provides a simple way to get unique objects for equal strings. Since symbols are interned, they can be compared using reference equality. symbols可以作为一种快速比较字符串的方式,如果字符串的值相同,则返回的symbol变量具有相同的引用地址。