Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 authored May 31, 2022
1 parent bfef822 commit 7aa8124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

//接收 Server 發送的訊息
ws.onmessage = event => {
const mapData = JSON.parse(event.data);
console.log(event.data);
}
</script>
Expand Down

0 comments on commit 7aa8124

Please sign in to comment.