阅读背景:

HTML5视频中的事件监听器不工作吗?

来源:互联网 

I've got this in the <head>:

我在:

<script>
      function log(event){
     var Url = "./log.php?session=<?php echo session_id(); ?>&event=" + event;

        xmlHttp = new XMLHttpRequest(); 
        xmlHttp.open( "GET", Url, true );
        xmlHttp.send( null );

    }
</script> 
<script>
 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: