var Route = {
Choice: null,
CodeEditor: null,
Task: null
},
//h5Player = false, // 是否用h5播放器
//HlsPlayer = null, // 当前视频obj
PlayerState = ""; // 播放器状态
var webState = "visibilityState";
if (typeof document.mozHidden !== "undefined") {
webState = "mozVisibilityState";
} else if (typeof document.msHidden !== "undefined") {
webState = "msVisibilityState";
} else if (typeof document.webkitHidden !== "undefined"){
webState = "webkitVisibilityState";
}
随时随地看视频