摘要:
function doclick(e) { //var td = event.srcElement; // 通过event.srcElement 获取激活事件的对象 td //alert("行号:" + (td.parentElement.rowIndex + 1) + ",内容:" + td.innerText); //可惜firefox不支持 e = window.event || e; srcE... 阅读全文
posted @ 2012-07-10 16:37
冲锋的路上的兵
阅读(860)
评论(0)
推荐(0)
浙公网安备 33010602011771号