日期:2014-05-16 浏览次数:20469 次
<html> <head> </head> <body> <a href='#' onclick='removeDiv(this)'>aaaa</a><p onclick='removeDiv(this)'>pppp</p> <script type="text/javascript"> function removeDiv(obj){ console.log(obj) } </script> </body> </html>