strftime() , which stands for "string format time". import datetime today = datetime.datetime.now() print( ...
確定! 回上一頁