修改這個(gè)作者名的步驟:
依次點(diǎn)擊:File->Default Settings->Editor->File and Code Templete -> Python Script
如圖:修改右面部分

屏幕快照 2016-01-06 上午11.23.43.png
{NAME} - the name of the new file which you specify in the New File dialog box during the file creation.
{DATE} - the current system date.
{YEAR} - the current year.
{DAY} - the current day of the month.
{MINUTE} - the current minute.
{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.
修改好之后記得重啟Pycharm哦?。?/p>
# coding=utf-8
"""
@Author :
@Email:
@createtime : ${DATE} ${TIME}
"""