from dotenv import load_dotenv; load_dotenv(); # ENABLE_MYSQL = os.environ.get('ENABLE_MYSQL', "").lower() in ["1", "true", "yes"] ...
確定! 回上一頁