关于socket UDP 9013错误问题求助
发布网友
发布时间:2024-10-24 04:54
我来回答
共1个回答
热心网友
时间:2024-10-24 06:43
最好是先设置好超时时间
socket.setdefaulttimeout
或者urllib2.socket.setdefaulttimeout
来设置默认超时时间
也可以直接指定
urlopen(url,
data=none,
timeout=)
我在win下也写过python脚本,一旦except到了指定错误,脚本标会退出
这样不会出错
try:
pass
except:
do
something
但不是你的本意了
linux操作是没有这个问题的
希望可以帮到你