javascript操作和控制table标签.htm
来自「=== === === === JavaScript经典源代码收集」· HTM 代码 · 共 42 行
HTM
42 行
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><meta name="ProgId" content="FrontPage.Editor.Document"><title>New Page 1</title></head><body><script>function getrow(obj){if(event.srcElement.tagName=="TD"){curRow=event.srcElement.parentElement;alert("这是第"+(curRow.rowIndex+1)+"行");}}</script><table border="1" width="100%" onclick=getrow(this)><tr><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td></tr><tr><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td><td width="20%"> </td></tr></table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?