pycharm基础设置

参考:https://blog.csdn.net/hlpplh/article/details/111920998

配置地址

File->settings->Editor->File and Code Templates->Python Script

# -*- coding: utf-8 -*-
"""
@Auth: Sunny.wei
@File: ${NAME}.py
@Time: ${DATE} ${TIME}
version: Python 3.8.6
Software: PyCharm
"""

展示效果,

# -*- coding: utf-8 -*-
"""
@Auth: Sunny.wei
@File: XsHq.py
@Time: 2024/8/9 23:01
version: Python 3.8.6
Software: PyCharm
"""
posted @ 2021-05-12 11:42  wang_wei123  阅读(55)  评论(0)    收藏  举报