粘贴EXCEL数据到GridView 粘贴EXCEL数据到GridView function insertTable(col, row) { if (event.ctrlKey && event.keyCode == 86) { insertTableOnpaste(col, row); } }