<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="Js实现动态添加删除Table行示例" id="card1">
<p> 游客</p><p>
标题:Js实现动态添加删除Table行示例<br/>
正文:<br/>
最近做项目遇到要动态添加、删除表格行的操作，实现如下 <br/><br/>html代码 <br/>代码如下:<br/>&amp;lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;1&quot; style=&quot;margin:auto; width:96%;&quot; id=&quot;LearnInfoItem&quot;&amp;gt; <br/>&amp;lt;tr &amp;gt; <br/>&amp;lt;td colspan=&quot;8&quot; bgcolor=&quot;#96E0E2&quot; style=&quot;height:30px;&quot; &amp;gt;&amp;lt;h3 style=&quot;text-align:center; margin:0;&quot;&amp;gt;主要学习简历&amp;lt;/h3&amp;gt;&amp;lt;/td&amp;gt; <br/>&amp;lt;/tr&amp;gt; <br/>&amp;lt;tr id=&quot;tr1&quot;&amp;gt; <br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;起讫时间 &amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;毕业院校&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;所学专业&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;学制&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;学位&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;学习方式&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt;文化程度&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;td class=&quot;tdStyle2&quot;&amp;gt; <br/>&amp;lt;input type=&quot;button&quot; name=&quot;LearnAdd&quot; value=&quot;添加&quot; onclick=&quot;LearnAddSignRow()&quot; /&amp;gt; <br/>&amp;lt;input name='LearnTRLastIndex' type='hidden' id='LearnTRLastIndex' value=&quot;1&quot; /&amp;gt; <br/>&amp;lt;/td&amp;gt; <br/><br/>&amp;lt;/tr&amp;gt; <br/>&amp;lt;/<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=988&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=988&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=988&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=988&amp;Page=3">[3]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=988&amp;Page=5">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=988">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=988">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>