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

添加内容:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
    """
    Time     : ${DATE} ${TIME}
    Author   : x
    File       : ${NAME}.py
    Software: ${PRODUCT_NAME}
    """

 

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2021-07-30
  • 2021-12-29
  • 2021-08-17
  • 2021-07-05
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案