<div class="one" onclick="test(_this)">1</div>function test(_this){//如这个测试例子 var ele = _this.parentNode,parentNode; ele.removChild(_this.parentNode)}//要定义成这种结构(function(window,document,$){ var Fn = function(){ } Fn.prototype={ }})(window,document,$)不知道在原型对象中如何拿到那个_this。
添加回答
举报
0/150
提交
取消