获取c1gridview的id:document.getElementById("c1gridview").getAttribute("id")
获取指定单元格内容:document.getElementById("infor").innerHTML,给指定单元格加个id即可,可以自行修改调试。