django.utils.timezone.now方法:会根据'setting.py'中设置的USE_TZ获取当前时间, (USE_TZ=True会获取到一个aware时间,时区为UTC,USE_TZ=False, ...
確定! 回上一頁