<div style="width:100px;height:100px;background: red;"></div><script>var x
{$ : function $(el){ return document.getElementsByTagName(el);
}
}
$("div")[0].style.width = "500px";</script>
添加回答
举报
0/150
提交
取消