动态添加行时设置属性问题var newTr = tb.insertRow(tb.rows.length); 添加这行的属性设置为手型..怎么设置cursor: hand[解决办法]this.名.Attributes.Add("参数","参数");应该这样吧