Javascript 原型链 jQuery原型链 js原型链 我感觉我能一直写下去 扶着我>_<

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>原型链闭环</title>
    <script src="./jquery.js"></script>
</head>
<body>
<div class="container"></div>
<script>
    var $$ = $.fn.init.prototype.
        init.prototype.init.prototype.
        init.prototype.init.prototype.init.prototype.
        init.prototype.init.prototype.init.prototype.init.prototype.
        constructor.fn.init.prototype.constructor.fn.init.prototype.constructor.
        fn.constructor.fn.constructor.prototype.init.prototype.constructor.prototype.init.prototype.constructor
    $$('.container').html('我赶脚我能一直写下去, 骚年扶着我>_<')
</script>
</body>
</html>
posted @ 2023-12-27 16:51  clevstn  阅读(2)  评论(0编辑  收藏  举报