在flutter 中,我们可以使用它获得当前月份 var now = new DateTime.now(); var formatter = new DateFormat('MM'); String month = formatter.format(now);
確定! 回上一頁