java.time.Year.getValue() 方法示例 java.time.Year.getLong() 方法示例 java.time.Year.hashCode() 方法示例 java.time.Year.getValue() 方法示例 package com.codingdict; import java.time.Year; public class YearDemo { public static void main(String[] args) { Year date = Year.of(2017); System.out.println(date.getValue()); } } java.time.Year.getLong() 方法示例 java.time.Year.hashCode() 方法示例