摘要: // 获取当前日期和时间 Calendar cal = Calendar.getInstance(); String fileName = cal.get(Calendar.YEAR) + "_" + cal.get(Calendar.MO... 阅读全文
posted @ 2014-07-29 19:27 mushishi 阅读(1600) 评论(0) 推荐(0) 编辑