摘要: package com.hanshunping.chapter11; public class Enumeration01 { public static void main(String[] args) { System.out.println(Season.AUTUMN); } } //枚举属于 阅读全文
posted @ 2021-09-26 20:37 时透 阅读(32) 评论(0) 推荐(0)