var tr = document.createElement('tr');
tr.setAttribute("onclick",p.onrowclick+"("+row.id+")");
嗨,以上在 Firefox 中对我来说很好。我在 IE 中找不到解决方法的正确语法。
我正在使用 IE8。
var tr = document.createElement('tr');
tr.setAttribute("onclick",p.onrowclick+"("+row.id+")");
嗨,以上在 Firefox 中对我来说很好。我在 IE 中找不到解决方法的正确语法。
我正在使用 IE8。