js怎么判断两个字符串内容是否相等

2025-04-13 09:17:25
推荐回答(1个)
回答1:

function method1(){
if(str1==str2){
...
}
}