qixiaobin0715 当前离线
大校
@echo off chcp 65001 for /f "delims=: tokens=1" %%n in ('curl -s myip.ipip.net^|findstr " IP"') do echo Outside the web address:%%n pause复制代码
TOP
459500160 当前离线
列兵
hlzj88 当前离线
少校
@echo off curl --create-dirs -o "index.txt" myip.ipip.net iconv -c -f utf-8 -t GBK index.txt>>gbindex.txt cls type gbindex.txt del *index* pause复制代码
curl --create-dirs -o "index.html" myip.ipip.net复制代码