語法:datetime.strftime([datetime], [format]) ... s = datetime.strftime(now,'%Y-%m-%d %H:%M:%S'). print type(now). print now.
確定! 回上一頁