胖蔡说技术
随便扯扯

标签:套接字

Python

Sanic中套接字的使用

胖蔡阅读(668)赞(0)

Sanic可以使用python 套接字模块来容纳非IPv4套接字。 IPv6示例: from sanic import Sanic from sanic.response import json import socket sock = s...