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>
请支持原创!转载时,请注明来源;
链接地址:https://www.cnblogs.com/cleverstone

浙公网安备 33010602011771号