1、Pycharm中創建項目自動生成頭資訊
- 2020 年 7 月 4 日
- 筆記
- Python中的工具使用
1、打開PyCharm 選擇File-Settings
2、模組變數描述,並且重新創建一個.py的文件測試,檢測是否自動生成頭資訊
3、圖中的內容
#!/usr/bin/python3 # -*- coding: UTF-8 -*- # file:${NAME}.py # user:${USER} # Author: Uparupa # createtime: ${DATE} ${TIME}