问答题
假设c是Calendar类的实例,显示当前的月份,Log.i("MainActivityFilter", "当前的月份为:" ( );
【参考答案】
c.get(Calendar.MONTH)+1或c.get(Calendar.MONTH)+1
点击查看答案
