pycharm set creation time, author

 stencil:

# !/usr/bin/env Python3
# -*- coding: utf-8 -*-
# @Author   : zsc
# @FILE     : ${NAME}.py
# @Time     : ${DATE} ${TIME}
# @Software : ${PRODUCT_NAME}

Example: 

# !/usr/bin/env Python3
# -*- coding: utf-8 -*-
# @Author   : zsc
# @FILE     : cookie分析.py
# @Time     : 2019/6/11 10:42
# @Software : PyCharm

position:

Guess you like

Origin blog.csdn.net/chang995196962/article/details/91415241
Recommended