This commit is contained in:
2022-03-17 10:42:50 +08:00
parent 734db55904
commit ffc9b57cad
13 changed files with 16 additions and 94 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
word-break: break-all;
white-space: pre-wrap;
word-wrap: break-word;
overflow-y: scroll;
overflow: hidden;
}
</style>
</head>
@@ -48,7 +50,7 @@
}
function connect() {
sock = new WebSocket('ws://localhost:8080/websocket');
sock = new WebSocket('ws://127.0.0.1:9528/222');
sock.onopen = function () {
if (tick) {
clearInterval(tick)