摘要: 一:直接上传文件,放入body里 1.前端代码 <input type="file" onchange="sendFiles(this.files)"> <script> function sendFiles(files) { const reader = new FileReader(); con 阅读全文
posted @ 2020-10-23 01:18 糖~豆豆 阅读(6705) 评论(0) 推荐(0) 编辑
摘要: 一:下面是一个简单的案例,回车发送消息,多人在线聊天 1.前端代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>WebSocket Chat</title> </head> <body> <script type="text 阅读全文
posted @ 2020-10-23 01:17 糖~豆豆 阅读(544) 评论(0) 推荐(0) 编辑
Live2D