Commit 23d33b25 authored by Quxl's avatar Quxl

x

parent 5a0a8ef6
...@@ -66,6 +66,7 @@ body { ...@@ -66,6 +66,7 @@ body {
} }
if(keyNum=='32'){ if(keyNum=='32'){
var status = xplayer.getStatus(); var status = xplayer.getStatus();
console.log(status);
if(status == 'play') { if(status == 'play') {
xplayer.pause(); xplayer.pause();
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment