62,243
社区成员




if(string.IsNullOrEmpty(dt.rows[0]["username"]))
{
。。。。
}
string str = dt.Rows[0][i].ToString();
if (str.Length == 0)
{
dt.Rows[0][i] = "0";
}
if(dt.rows[0]["username"]=="")
where username IS NULL