87,995
社区成员
发帖
与我相关
我的任务
分享<a href="javascript:void(0);" onclick="remove('<%:Html.Encode(row["u_id"].ToString()=="" ? "empty" :row["u_id"].ToString())%>');"></a>
function remove(e) {
if (e != "empty") alert("id is:" + e);
else alert("id is null");
}