• 2022-07-29
    下列()方法可以实现在数组中搜索指定的元素。
    A: 使用array_keys()函数
    B: 使用array_value()函数
    C: 使用array_unique()函数
    D: 使用array_search()函数