4 lines
92 B
Batchfile
4 lines
92 B
Batchfile
@echo off
|
|
REM 使用项目虚拟环境运行 testpic.py
|
|
.venv\Scripts\python.exe testpic.py
|