Version: 2021.3
public static bool Contains (T[] array, T item);

返回

bool 如果“array”中包含“item”,则为 true,否则为 false。

描述

确定数组是否包含项目。