<div style="width:100px;height:100px;background: red;"></div><script>var x {$ : function $(el){ return document.getElementsByTagName(el); } } $("div")[0].style.width = "500px";</script>
相关分类