摘要:
var el = document.getElementById( 'fullscreenBtn' ); if( el ) { var options = document.getElementById( 'options' ); el.addEventListener( 'click', function( e ) { if( document.body.webkitRequestFullScreen ) { document.body.onwebkitfullscreenchange = function(e) { // options.st 阅读全文
posted @ 2012-07-12 09:58
老西
阅读(443)
评论(0)
推荐(0)
浙公网安备 33010602011771号