8 lines
77 B
Batchfile
8 lines
77 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
|
|
cd /d "%~dp0"
|
|
python 一键捕获Cookie.py
|
|
|
|
pause
|