python file (I used this file to test how to use a value from the .env file) import os from dotenv import load_dotenv load_dotenv('.env') ...
確定! 回上一頁