${PROJECT_NAME} - 當前Project名稱; (the name of the current project. ) ${NAME} -創建文件的對話框中制定的文件名; (the name of the new file which you specify in the New File dialog box during the file creation. ) ${USER} - 當前用戶名; the login name of the current user. ${DATE} - 當前系統日期; the current system date. ${TIME} - 當前系統時間; the current system time. ${YEAR} - 年; the current year. ${MONTH} - 月; the current month. ${DAY} - 日; the current day of the month. ${HOUR} - 小時; the current hour. ${MINUTE} - 分鍾; the current minute. ${PRODUCT_NAME} - 創建文件的IDE名稱; the name of the IDE in which the file will be created. ${MONTH_NAME_SHORT} - 英文月份縮寫; the first 3 letters of the month name. Example: Jan, Feb, etc. ${MONTH_NAME_FULL} - 英文月份全稱; full name of a month. Example: January, February, etc. #!/usr/bin/env python # _*_coding:utf-8_*_ """ @Time : ${DATE} ${TIME} @Author: ${USER} @File: ${NAME}.py @Software: ${PRODUCT_NAME} """