function showCol(){ var check=$("input[name='one']:checked");//选中的复选框 check.each(function(){ var row=$(this).parent("td").parent("tr"); var name=row.find("[name='name']").html();//注意html()和val() var age=row.find(&qu
QSqlTableModel类继承至QSqlQueryModel类,该类提供了一个可读写单张SQL表的可编辑数据模型,功能:修改,插入,删除,查询,和排序 常用函数 QVariant headerData ( int section,Qt::Orientation orientation, int role = Qt::DisplayRole ) const 获取水平头或垂直头标题 bool setHeaderData ( int section,Qt::Orientation orienta