java.util.Calendar c = Calendar.getInsert();int day = c.get(Calendar.DAY_OF_YEAR );返回当前是一年中的哪一天
直接上代码了