PADDashFormation/monsters-info/提取中文数据.bat

5 lines
79 B
Batchfile

@echo off
echo 开始提取网页数据
node.exe extract_CHT.js
echo 转换完成
pause