摘要:(function(window){ var grid = { /* * 产生表格主体 */ gridbody : function(thead, theadname, colswidth, infopage, startIndex, tbody) { var numcol = thead.length, numrow = tbody.length, gridstr = '<div id="grid"><table class="dataTable" style="width:100%;"><tb
阅读全文