通用JS事件写法实现代码
<html xmlns=”http://www.w3.org/1999/xhtml” > <head> <title>test</title> [removed] [removed] = function() { var oImg = document.getElementById(“myImg”); oImg.onclick = handle; oImg.onmouseover = handle; } function handle(oEvent) { var oDiv = document.ge
下载地址
用户评论