我有一个int数组,其中包含存储在int数组中的小时,分钟和秒值
int[] arr = {hour, minute, second};
如何将其转换为java.util.Date数据类型?
java.util.Date
java
java ×1