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



# -*- coding: utf-8 -*-

"""
@author: AN

@contact: 

@Created on: ${DATE} ${TIME}
"""

 

效果

# -*- coding: utf-8 -*-

"""
@author: AN

@contact: anloveslife@gmail.com

@Created on: 2018/1/7 15:06
"""

 

相关文章:

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