案例:
<a id='213' href='javascript:void(0);'onclick=DealFun(this.Id);>删除</a>
解决方案:
function DealFun(Id)
{
var trId = Id;
alert(trId);
}