<script> function my(){ this.a=function(){ document.write("<input onclick='"+this.owner+".c()'>"); alert(document.body.outerHTML); } eval(this.owner + "=this"); this.c=function(){ event.srcElement.value="123"; } } var o=new my(); o.a(); </script>
|
溫馨提示:喜歡本站的話,請(qǐng)收藏一下本站!