检查数据是否在我的数组中?

时间:2017-01-13 05:39:54

标签: javascript jquery

var array =[cars/, tv/, computer/];

// check this 2 data

var data_1 = "directory/cars/model_1";

var data_2 = "directory/cars";

console.log(data_1) // return true
console.log(data_2) // return failure

我需要用我的数组检查这2个数据,如何使用我的数组检查这两个数据?在data_1中,我是否只分解了文本才开始检查它?无论如何,我可以检查data_1是否在我的数组中包含那些文本而不会将其分解?或者它必须是那样的?

0 个答案:

没有答案