📅  最后修改于: 2022-03-11 14:48:46.291000             🧑  作者: Mango
for (int row = 0; row < matrix.GetLength(0); row++)
{
for (int col = 0; col < matrix.GetLength(0); col++)
{
}
}
// in c#