文章出處 Python提供了多個內置模塊用于操作日期時間,像calendar,time ... now = date(2010, 04, 06) tomorrow = now.replace(day = 07) print 'now:', now, ...
確定! 回上一頁