#显示python打印出当下的小时、分钟
import datetime
#当下的小时h=datetime.datetime.now().hour当下的分钟m = datetime.datetime.now().minute