87,996
社区成员




<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");
}