jquery constructor(null)

<!-- jQuery = function() { -->
    <!-- return new jQuery.fn.F(); -->
<!-- }, -->
<!-- jQuery.fn = jQuery.prototype = { -->
        <!-- constructor: jQuery, -->
        <!-- F: function() { -->
        <!-- }, -->
<!-- } -->
<!-- jQuery.fn.F.prototype = jQuery.fn; -->

var f = $("div").constructor(null);

posted @ 2017-05-26 01:10  无天666  阅读(319)  评论(0编辑  收藏  举报