请问各位大虾, 下面三行的第三行代码为何总是在调试时报错呢
行 81:              string[] array = (string[])Session["str"];
行 82:  int n;
行 83:  n = array.Length;