如何在JS中判断两个字符串中有相同的字符var str1="abc"var str2="bde"var ifor(i=0i<=str1.length-1i++){if (str2.indexOf(str1.substr(i,1)2023-04-12JavaScript190