protected void RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowIndex != -1) { e.Row.Cells[0].Text = Convert.ToString(e.Row.RowIndex + 1); } }
1,979
社区成员
12,447
社区内容
加载中
试试用AI创作助手写篇文章吧