MakeKey函数有什么用呢?
static int MakeKey(int x, int y)
{
return x * 10000 + y;
}
Key不能有重复的,同时要包含X,Y的坐标信息,结果是一个包含X,Y坐标信息的int值