//删除ID为sNews的索引为JQID的tr元素里的内容$("#sNews table tr").eq(JQID).remove(); //此文以table为例,#sNews为p(容器)的ID;JQID为tr的索引,索引从0开始