js 动态添加删除行

js 动态添加删除行

function appendTable(jsonObj) {    var tabL = gel("tbList")    var taRow = tabL.rows tabL 对象的行集合     这里应该是
JavaScript630