diff --git a/dancing.html b/dancing.html index d298938..da88964 100644 --- a/dancing.html +++ b/dancing.html @@ -6,8 +6,8 @@ - - + +
diff --git a/js/handle.js b/js/handle.js index 74ef235..e9b1b54 100644 --- a/js/handle.js +++ b/js/handle.js @@ -93,7 +93,7 @@ function dancer(val){ // 接受消息处理 function receiveMessage(event) { - // console.log(event.data, 'event test') + console.log(event.data, '接受信息') // 我们能信任信息来源吗? if (event.origin !== "https://live.bilibili.com") { return false