Blitz 当前离线
一级士官
评分人数
happy886rr 当前离线
等待验证会员
if not "!str:子串=!"=="!str!"复制代码
TOP
小小菜鸟 当前离线
上等兵
pcl_test 当前离线
荣誉版主
mshta http://bathome.net/s/hta/index.html "var url=web('http://www.37zw.com/0/330/').match(/<meta.+?latest_chapter_url.+?\""([^""]+)/)[1];web(url).match(/<div id=\""content\"">[\s\S]+?<\/div>/)[0].replace(/<br ?\/>/g,'\r\n').replace(/ /g,' ').replace(/<[^<]*?>/g,'')" pause复制代码
cd C:\Users\Administrator\Desktop wget -O 1.txt %as% HtoX32c /IP 1.txt>2.txt del 1.txt复制代码
@echo off&for /f tokens^=1-4^ delims^=^" %%a in (1.html) do (if [%%b]==[og:novel:latest_chapter_url] (set/p=%%d&exit))复制代码
@echo off set /p as=请输入网址: cd C:\Users\Administrator\Desktop wget -O 1.txt %as% HtoX32c /IP 1.txt>2.txt del 1.txt setlocal Enabledelayedexpansion //从这里往下是从网上找的,作用是取章节的标题作为文件名 call :G_getrowstr 18 2.txt kk ren 2.txt "%kk%.txt" exit :G_getrowstr set %3= set /A G_skiprows=%1-1 if "%G_skiprows%"=="0" goto :G_getrowstrz for /f "skip=%G_skiprows% delims=" %%i in ('findstr /n .* %2') do ( for /f "tokens=2* delims=:" %%j in ("%%i") do set %3=%%j ::if "%%i"=="%1:" set %3=空白行 goto :eof ) :G_getrowstrz for /f "delims=" %%i in ('findstr /n .* %2') do ( for /f "tokens=2* delims=:" %%j in ("%%i") do set %3=%%j goto :eof )复制代码