摘要: 安装依赖 flutter packages add build_runner flutter packages add json_serializable 定义文件 lib/models/user.dart import 'package:json_annotation/json_annotatio 阅读全文
posted @ 2023-10-31 11:43 vx_guanchaoguo0 阅读(75) 评论(0) 推荐(0)
摘要: 初次链接会显示 欢迎 import asyncio import websockets async def echo(websocket, path): # 发送 welcome 消息 await websocket.send("welcome") async for message in webs 阅读全文
posted @ 2023-10-31 10:30 vx_guanchaoguo0 阅读(17) 评论(0) 推荐(0)