猿问

测试三改成这样之后,为什么还是只显示1111

   <script type="text/javascript">

    //不同函数传递数据,把显示x位置的代码提前

     $(".aaron3").mousemove(function(e) {

        $(this).find('p:last').html('数  据:' + e.pageX)

    }) 

    

     function data(e) {

        $(this).find('p:last').html('数据:' + e.data)

    }


    function a() {

        $(".right").mousemove(1111, data)

    }

    a();  

    </script>


慕村9964593
浏览 1388回答 0
0回答
随时随地看视频慕课网APP
我要回答