我正在尝试通过查找多个设备的IP来运行脚本。如果运行socket.gethostbyname(router_variable),则会收到“ socket.gaierror:[Errno -2]名称或服务未知”。但是,如果我将相同的字符串硬编码到同一条语句中,则效果很好。注意:我通过注释掉try / except语句获得了错误。
<html>
<section id="one">
take this info es cool 1
</section>
<section id="two">
take this info es cool 2
</section>
<section id="three">
take this info es cool 3
</section>
</html>