var now = new DateTime.now(); var formatter = new DateFormat('yyyy-MM-dd'); String formatted = formatter.format(now); print(formatted);.
確定! 回上一頁