jzsgyml 当前离线
五级士官
for /f "tokens=2 delims=:" %%i in ('ipconfig /all^|find /i "Address"') do set ip1=%%i复制代码
评分人数
TOP
weichenxiehou 当前离线
上尉
curl -o page.html "http://weibo.com/signup/signup.php?ps=u3&lang=zh" for /f tokens^=6^ delims^=^" %%i in ('findstr /c:"input name=\"fromip\"" page.html') do echo,%%i复制代码