ArrayList List = new ArrayList();
  
  
   for( int i=0;i<10;i++ ) 
      List.Add(new Integer(i)); 
Eclipse下,为什么在Add的地方提示错误?