PyCharm设置模板
File->Editor->File and Code Templates->Files->Python Script#!/usr/bin/env
# coding:utf-8
"""
Created on ${DATE} ${TIME}
base Info
"""
__author__ = '${USER}'
__version__= '1.0'
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
支持分享
页:
[1]