//遠端連線全屏$("#fullscreen").click(function(){ toggleFullscreen(); }); var toggleFullscreen = function(){ if(document.fullscreenElement || ...
確定! 回上一頁