39,118
社区成员




<!Doctype html>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<head><title>qqq</title></head>
<body>
<script type="text/javascript">
var ws=new WebSocket("ws://localhost:8888");//这里ws正常
ws.send("wqqeeqeqe");//报错
ws.close();
alert("done");
</script>
</body>
</html>