很简单用JQ吧,一步搞定。$("#div").click(function(){ alert("点击DIV");});
document.getElementById("div 元素 ID").addEventListener("click", function() { // 事件处理代码});