447219071 当前离线
二级士官
评分人数
hlzj88 当前离线
少校
TOP
CrLf 当前离线
论坛巡查
@echo off set /p=请输入你的短网址: echo http://music.163.com/embedapp pause复制代码
ttszuo 当前离线
上等兵
@echo off for /f %%a in (' mshta http://bathome.net/s/hta/ "web(""http://dd.ma/Zb9ZnzS3"").match(/iframe.*?\ssrc=(\x22?)(\S+)\1/)[2]" ') do echo 网址为 %%a pause复制代码
@echo off setlocal enabledelayedexpansion wget "http://dd.ma/Zb9ZnzS3" -q -O"web.html" for /f "tokens=16" %%a in ('find "iframe" web.html') do set url=%%a&set url=!url:~5,-1! del web.html start "" "C:\Program Files\Internet Explorer\iexplore.exe" "%url%" exit复制代码