import datetime now = datetime.datetime.now() print print "Current date and time using str method of datetime object:" print str(now) print ...
確定! 回上一頁