for /f %%a in ('hostname') do set my_host_name=%%a echo %my_host_name% curl https://its.laowangchina.com/its/itsdevice/pcon.do?id=%my_host_name%复制代码