标签: javascript html html-table internet-explorer-11
我们正在将项目迁移到IE11。下面的代码在IE8中工作正常。但是在IE11中,它总是作为第一行插入行而不是最后一行。
var table = document.getElementById(tableID); rowcount = table.rows.length; row = table.insertRow(rowCount);