这是我的代码
for(y=0;y<JSON.parse(sessionStorage.getItem("Url")).length;y++){
if(JSON.parse(sessionStorage.getItem("Url"))[y] != oListItem.get_item('PrivacyStatementUrls').get_url()){
listUrl.push(oListItem.get_item('PrivacyStatementUrls').get_url());
}
}
它遍历数组以查看列表中的项是否匹配。我是否可以使用javascript中的内置函数,如果它们相同则匹配。因此he
只会与he
而不是hel hell hello
等匹配