Example 1: check object in array javascript var obj = {a: 5}; var array = [obj, "string", 5]; // Must be same object array.indexOf(obj) !
確定! 回上一頁