當然python-dotenv 中可以省略 export ,讓 .env 檔更簡潔: ... import os from dotenv import load_dotenv print('Before load_dotenv()', ...
確定! 回上一頁