|
|
@@ -42,7 +42,7 @@ function WebSocketTest(url)
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- URL: <input type="text" id="url" value="ws://127.0.0.1:8888/test" style="width:300px;">
|
|
|
+ URL: <input type="text" id="url" value="ws://127.0.0.1:9999/test" style="width:300px;">
|
|
|
<button onclick="WebSocketTest(document.getElementById('url').value)">运行 WebSocket</button>
|
|
|
<div>
|
|
|
<ul id="msg_list" style="height:500px;overflow-y:scroll;">
|