pycharm 2017新建文件添加编码方式等

file->setting->Editor->File and Code Templates->Python Script 添加

#!/usr/bin/python3
# -*- coding:utf-8 -*-
__author__='$USER'

 

 

posted @ 2017-09-14 23:44  子雅陌曦  阅读(812)  评论(0)    收藏  举报