首页
php
python
高性能数据库
服务器运维
linux
docker中文文档
docker
你在这里
首页
» python 获取 windows 系统目录
python 获取 windows 系统目录
import os
os.getenv("windir")
就这么简单