Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像标题一样。我正在尝试使用 Socket.io 检查 Node.js 服务器发送和接收的数据包的大小。
取决于您在“数据包”下的理解。如果它只是您所追求的有效负载,那么 ProblemFactory 有正确的答案。试图通过 socket.io API 获取 socket.io 包本身的大小是不可能的。
JSON.stringify(response).length应该做的伎俩。
JSON.stringify(response).length