摘要: 今天有人在群里贴出这样一段代码:<body><inputtype="text"id="username"value="文本输出鸟"/><script> varnode=document.getElementById("username"); node.prototype.right=function(){ alert(this.nodeType); }document.body.right()</script></body>本段运行时,document.b 阅读全文
posted @ 2012-06-26 14:31 lianQ 阅读(274) 评论(0) 推荐(0)