:: 显示监听的IP列表 netsh http show iplisten :: 添加监听IP netsh http add iplisten ipaddress=127.0.0.1 :: 删除监听IP netsh http delete iplisten 127.0.0.1