... encoding='utf-8') skt.send(data) print('发送消息', data.decode('utf-8')) except Exception as e: print('异常:', e) sys.exit() if __name__ ...
確定! 回上一頁