无法设置未定义或 null 引用的属性“onmouseenter”调试完这样子,给出解答
var t1=document.getElementById("tooltip1"); t1.onmouseenter=function(){ showToolTip( this, "t1", '中华人名共和国', 200); };
var t1=document.getElementById("tooltip1"); t1.onmouseenter=function(){ showToolTip( this, "t1", '中华人名共和国', 200); };
2016-07-11
举报