先谢谢各位大神了
nt[] grade = new int[] { 90, 65, 88, 70, 46, 81, 100, 68 };
int a = array.indexof(grade,90);、
报错当前上下文不存在名称“array”
是因为少了命名空间吗,如果是少了哪个
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections; |