摘要:
OSI七层 应用 表示 会话 传输 网络 ip 数据链路 mac 物理层 TCP/IP (三次握手,四次断开) UDP #客户端import socket client = socket.socket() #声明socket类型,同时生成socket连接对象client.connect(("loca 阅读全文
posted @ 2020-10-31 11:50
仕杰资本
阅读(36)
评论(0)
推荐(0)
摘要:
try: code except (Error1,Errror2) as e: #抓住目标错误 print("error error error" , e) except Exception as e: #抓住所有错误 print("未知错误" , e) else: print("一切正常") fi 阅读全文
posted @ 2020-10-31 10:53
仕杰资本
阅读(65)
评论(0)
推荐(0)

浙公网安备 33010602011771号